GNU's basic directory searching utilities (Unix filesystem CLIs)
The GNU Findutils package comprises the following CLIs, which relate to finding directories and files on Unix systems:
- find- search for files in a directory hierarchy
- locate- list files in databases that match a pattern
- updatedb- update a file name database
- xargs- build and execute command lines from standard input
Linux distributions typically come with find and xargs from this package; while locate and updatedb are typically also present, they may come from a different source.
 
     
     
     
     
     
     
     
     
     
     
     
     
    