Xref: utzoo comp.unix.shell:545 comp.unix.internals:613 Path: utzoo!attcan!uunet!wuarchive!psuvax1!news From: flee@dictionopolis.cs.psu.edu (Felix Lee) Newsgroups: comp.unix.shell,comp.unix.internals Subject: Re: Why is find so slow (Re: Why use find?) Message-ID: Date: 11 Oct 90 17:09:25 GMT References: <1240@geovision.UUCP> Sender: news@cs.psu.edu (Usenet) Organization: Penn State Computer Science Lines: 6 Nntp-Posting-Host: dictionopolis.cs.psu.edu >What happened to "ftw", that was discussed at Usenix a few years ago? ftw() as spec'd in System V.3 and SunOS 4.1 doesn't special-case leaf directories, so you can't implement lazy stat()ing. -- Felix Lee flee@cs.psu.edu