Chris Ross <[EMAIL PROTECTED]> wrote: > It may be a common UNIX problem, but it's not like UNIX prevents > you from handling it.
[EMAIL PROTECTED] aland]$ mkdir "hello there" [EMAIL PROTECTED] aland]$ cd hello\ there/ [EMAIL PROTECTED] hello there]$ FOO=`pwd` [EMAIL PROTECTED] hello there]$ cd .. && cd $FOO bash: cd: /home/aland/hello: No such file or directory Unix doesn't make it easy, either. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

