Javascript Menu by Deluxe-Menu.com
Finding a file

Finding a file

To locate a file in the file system , use the find command.

   find pathname -name filename -print

The pathname defines the directory to start from. Each subdirectory of this directory will be searched.

The -print option must be used to display results.

You can define the filename using wildcards. If these are used, the filename must be placed in 'quotes'.


[Home] [Search] [Index] This site maintained by unixhelp@math.rutgers.edu
This page was last updated on September 05, 2006 at 10:30 am and is maintained by webmaster@math.rutgers.edu.
For questions or comments about this site, please contact help@math.rutgers.edu.
© 2009 Rutgers, The State University of New Jersey. All rights reserved.