Re: "find" and symlinks question

1996-10-11 Thread J.H.M.Dassen
[my find/symlink problem: find each file _once_ in the FTP directory structure; to remove duplicates from http://www.debian.org/FTP/] Phil> How about: Phil> find unstable/* contrib non-free -name '*.deb' Phil> It won't find hidden files in unstable/, but it doesn't look like you Phil> want to

Re: "find" and symlinks question

1996-10-11 Thread Martin Stromberg
> > Hi, > > As some of you may have noticed already, the http://www.debian.org/FTP/ > interface unfortunately has duplicated entries in it. > > The script that generates it does a 'find' through all the directories > of the FTP archive. To be precisely, it does a > find unstable contrib no

"find" and symlinks question

1996-10-11 Thread J.H.M.Dassen
Hi, As some of you may have noticed already, the http://www.debian.org/FTP/ interface unfortunately has duplicated entries in it. The script that generates it does a 'find' through all the directories of the FTP archive. To be precisely, it does a find unstable contrib non-free -name '*.d