Basic directory searching utilities of the GNU operating system
Description
The findutils package contains utilities which help you find
files on your system. 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
specifications. 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.