[lug] Find Command

Warren Sanders sanders at MontanaLinux.Org
Wed Sep 5 13:12:11 MDT 2001


then...
find . -type f \( -iname '.*read*' -o -iname '*read*' \) -p

On Wed, 5 Sep 2001, Hugh Brown wrote:

> Date: Wed, 5 Sep 2001 15:02:30 -0400 (EDT)
> From: Hugh Brown <hugh at vecna.com>
> Reply-To: lug at lug.boulder.co.us
> To: lug at lug.boulder.co.us
> Subject: Re: [lug] Find Command
>
> 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
> > >
> _______________________________________________
> Web Page:  http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
>

-- 
Warren Sanders
http://MontanaLinux.Org




More information about the LUG mailing list