SWAT

Ben Pfaff pfaffben@msu.edu
08 Sep 2000 16:50:04 -0400


Sean <picasso@madflower.com> writes:

> Hold on. you can't symbolically link directories with ln -s ?

Yes, you can.  "cp -sr" is different: it makes new directories
and links individual files within the directories.  It makes a
"link farm" rather than a single link.  I was pointing it out
because I find it useful fairly often (as with "cp -lr", which
does a similar thing with hard links instead).