Hi,
I'm trying to include a directory name with space in CDPATH. I have tried several ways but it does NOT work. Is it possible?
This is what I did:
export CDPATH=".:~:/cygdrive/h/My Drive/Unix"
Once I cd to a directory from /cygdrive/h/My Drive/Unix , I got message "bad directory"
If directory name without space, it works fine.
Thanks,
Andy