On Wed, 18 Jan 2017 15:00:05 +0000 Wayne Merricks <[email protected]> wrote:
> The \ is a command line problem, No. It's a command line solution. You need a way to tell the system that a space is not a delimeter, as it always is, so the \ is the "escape" character. It tells the system that the very next single character is to be taken literally, and not by its normal meaning. The same "escape sequence" applies to all special characters that have dedicated meanings. *, ,the \ itself, etc. -- Cowboy http://cowboy.cwf1.com The trouble with heart disease is that the first symptom is often hard to deal with: death. -- Michael Phelps _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
