Quote:
Originally Posted by Seif
a shot in the dark but change jessehks:
$ HDA1="/mnt/hda1/Documents and Settings"
$ cd $HDA1
to:
$ HDA1="/mnt/hda1/Documents and Settings"
$ cd "$HDA1"
?
Has been a while since i've written a shell script
|
Oh that's it

It worked! Thanks a lot. So the key was to use double quotes while calling the variable as well as while defining the variable, eh?!
Thanks you all for your interest
I will be right back
