On Wed, Jan 15, 2003 at 03:18:33PM -0500, Glenn Maynard wrote:
> On Wed, Jan 15, 2003 at 02:51:31PM +0300, Alexander V. Lukyanov wrote:
> > How about this patch?
>
> It works for the most common case ("find ."), which is probably good enough.
> It doesn't fix:
>
> lftp 0:/> rels
> drwxr-xr-x 2 glenn users 4096 Jan 7 14:48 6th
> lrwxr-xr-x 1 glenn users 4 Jan 15 15:07 blah -> 6th/
> lftp 0:/> find blah/
> blah/
find program (from findutils) does not recurse on symlinks too.
But find blah/. works with the patch, and find(1) similarly works with /.
appended.
--
Alexander.