Re: Linking Recursively

2000-12-15 Thread will trillich
On Thu, Nov 30, 2000 at 01:17:06PM -0600, Robert Guthrie wrote: > On Thursday 30 November 2000 12:51, Miquel van Smoorenburg wrote: > > > This is Unix, so you use several tools together to accomplish > > whatever you want: > > > > $ mkdir collapsed > > $ cd collapsed > > $ find /original/path -pri

Re: Linking Recursively

2000-11-30 Thread Robert Guthrie
On Thursday 30 November 2000 12:51, Miquel van Smoorenburg wrote: > This is Unix, so you use several tools together to accomplish > whatever you want: > > $ mkdir collapsed > $ cd collapsed > $ find /original/path -print0 | xargs -0 -n 1 ln -s > > [untested ofcourse!] > > Mike. actually, find /

Re: Linking Recursively

2000-11-30 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: >What I need is for all the files in the subdirectories of the original >source to have links created in one directory without all the >subdirectories being created aswell. This way one could either view data >in the original tree where it

Re: Linking Recursively

2000-11-30 Thread John
"lndir" is what you seem to be looking for and according to "dpkg -S lndir" its part of the xutils package. this is on woody of course :).. cheers [EMAIL PROTECTED] wrote: > Hey all, > I'm looking for a utility/script which will travel recursively through a > directory tree and create links from