Re: How to do a file find in bash ?



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
.