[lug] Find Command

Hugh Brown hugh at vecna.com
Wed Sep 5 13:02:30 MDT 2001


This doesn't find files like .read though.

Hugh

"Warren Sanders"
> 
> 
> find . -type f \( -iname '*read*' \) -print
> 
> This finds all case levels
> 
> On Wed, 5 Sep 2001, SoloCDM wrote:
> 
> > Date: Wed, 5 Sep 2001 06:53:35 -0600
> > From: SoloCDM <deedsmis at aculink.net>
> > Reply-To: lug at lug.boulder.co.us
> > To: BLUG <lug at lug.boulder.co.us>
> > Subject: [lug] Find Command
> >
> > How is it possible to force the find command to list all files with
> > "read" in the filename, regardless whether they start with a period
> > or not?
> >
> > I already tried the following:
> >
> >    find /usr -iname ".*read*" -iname "*read*" -type f -print
> >



More information about the LUG mailing list