Add a "-r" option to lns, which causes it to mirror an entire
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 8 Sep 2008 18:26:51 +0000 (18:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 8 Sep 2008 18:26:51 +0000 (18:26 +0000)
commit53ddbe1a6b31f834ed918d41fcecbb76e08f87bd
tree9678735f9881e032da68b2e4c80acdcbfb770327
parent775a5112237c75d5bfd2f94eba08765f7b08ccae
Add a "-r" option to lns, which causes it to mirror an entire
directory tree in symlinks by constructing a parallel directory
hierarchy and populating it with symlinks to all the files in the
original one. I've wanted a tool that does that for ages, but never
got round to sitting down and writing it; today I suddenly realised
it's almost trivial to add as an extra option in lns, because nearly
all the required infrastructure is already present.

git-svn-id: svn://svn.tartarus.org/sgt/utils@8171 cda61777-01e9-0310-a592-d414129be87e
lns/lns
lns/lns.but