
Status: R

Hi Dennis,

Lets say you want to move the subdirectory "foo.d" from your home 
directory to /shasha.c/shasha and make a link to it, then execute the 
following commands:

shasha% cd
shasha% mv foo.d /shasha.c/shasha
shasha% ln -s /shasha.c/shasha/foo.d .

