Re: How to do a file find in bash ?
- From: "Chris F.A. Johnson" <cfajohnson@xxxxxxxxx>
- Date: Sun, 13 Aug 2006 16:24:08 -0400
On 2006-08-13, Aaron Gray wrote:
How do search for a file on the command line ?
locate 'name_of_file'
Or (starting the search at directory, DIRNAME):
find DIRNAME -type f
--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
.
- References:
- How to do a file find in bash ?
- From: Aaron Gray
- How to do a file find in bash ?
- Prev by Date: Re: How to do a file find in bash ?
- Next by Date: Re: How to do a file find in bash ?
- Previous by thread: Re: How to do a file find in bash ?
- Next by thread: Re: How to do a file find in bash ?
- Index(es):