--- Roland Roberts <[EMAIL PROTECTED]> wrote:
> 
> Then you do it the same way updatedb does, you run
> find.  
> 
> Try "man find".

   E.g.

 $ find / -name somefile

   or to redirect all the permissions to search
   such and such directories,

 $ find /home -name somefilename 2>/dev/null

   To search using shell wildcards (e.g. '?' and '*')

 $ find /tmp /usr -name \*filename\? 2>/dev/null

 ...

   But do see man pages for more details.


=====
There are only 10 kinds of people in the world.
 Those who understand binary and those who don't.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to