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 hierarchylocate
- list files in databases that match a patternupdatedb
- update a file name databasexargs
- 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.