Subject: Re: find, was return of Madhatter
To: Michael G. Schabert <mikeride@prez.buf.servtech.com>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 11/20/1997 18:22:04
> exist, so it's not just updating the ld.so hash table. I periodically do
> "ls -lR > dirtree.txt"
> from / to make it easier to find files & a grep of this proved fruitless.
> (btw, does a reliable find utility exist?)

What about the "find" command?

find / -name "libX*" -print will find everything claiming to be an X library.

Take care,

Bill