a \ in the unix cmd line is called an esc char.  the esc char is needed
for any char that is a iregual char.  like $ or spaces.  anything that
could be something else like say you have a dir called $PATH since $PATH
is an env var you could run into problems without and esc char to be able
to tell the system that it's a regular char and needs to be treated that
way and in this case not as a var.

with spaces you could do

cd " Applications" 

and this would work as well.

[EMAIL PROTECTED] writes:
>I don't get the backslash. Why? Is it the space in front of Applications?
>I know it's not the scope of this list... just curious.
>Can't afford a eunuchs book right now...but I CAN afford to pay attention.

�.��^`�.,][JFH][`�.,��.��][JFH][�.��^`�.,
  Justin F. Hallett - Systems Analyst               
          Phone: (780)-408-3094
            Fax: (780)-454-3200
        E-Mail: [EMAIL PROTECTED]
 .��^`�.,][JFH][`�.,��.��][JFH][�.��^`�.,


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to