The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. These programs are typically used in conjunction with other programs to provide modular and powerful directory search and file locating capabilities to other commands.
The tools supplied with this package are find, locate, updatedb, and xargs.
The find program searches a directory tree to find a file or group of files. It traverses the directory tree and reports all occurrences of a file matching the user's specifications. The find program includes very powerful searching capability.
The locate program scans one or more databases of filenames and displays any matches. This can be used as a very fast find command if the file was present during the last file name database update.
The updatedb program updates the file name database used by the locate program. The file name database contains lists of files that were in particular directory trees when the databases were last updated. This is usually run nightly by the cron system daemon.
The xargs program builds and executes command lines by gathering together arguments it reads on the standard input. Most often, these arguments are lists of file names generated by find.
Project information
- Licence:
- GNU GPL v2
View full history Series and milestones
main series is the current focus of development.
All packages Packages in Distributions
-
findutils source package in Xenial
Version 4.6.0+git+20160126-2 uploaded -
findutils source package in Trusty
Version 4.4.2-7 uploaded -
findutils source package in Squeeze
Version 4.4.2-1 uploaded -
findutils source package in Sid
Version 4.9.0-5 uploaded -
findutils source package in Precise
Version 4.4.2-4ubuntu1 uploaded