Quote:
Originally Posted by Sane
I'll take a whack at guessing:
HDA1="\"/mnt/hda1/Documents and Settings\"" Or:
HDA1="/mnt/hda1/Documents\\ and\\ Settings"
|
Sorry to say no
$ HDA1="\"/mnt/hda1/Documents and Settings\""
$ echo $HDA1
"/mnt/hda1/Documents and Settings"
$ cd $HDA1
bash: cd: "/mnt/hda1/Documents: No such file or directory
$ HDA1="/mnt/hda1/Documents\\ and\\ Settings"
$ echo $HDA1
/mnt/hda1/Documents\ and\ Settings
$ cd $HDA1
bash: cd: /mnt/hda1/Documents\: No such file or directory
Keep it coming please.. I am sure we will work this out by the sun rise..
