The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
findutils1. The findutils package contains programs which will help you locatefiles on your system. The find utility searches through a hierarchy of directories looking for files which match a certain set of criteria(such as a filename pattern). The locate utility searches a database (create by updatedb) to quickly find a file matching a given pattern. The xargs utility builds and executes command lines from standard input arguments (usually lists of file names generated by the findcommand). You should install find utils because it includes tools that are very useful for finding things on your system. From Mandrake 9.0 RPM 2. The findutils package contains programs which will help you locatefiles on your system. The find utility searches through a hierarchy of directories looking for files which match a certain set of criteria (such as a filename pattern). The xargs utility builds and executescommand lines from standard input arguments (usually lists of filenames generated by the find command). From Redhat 8.0 RPM 3. utilities for finding files--find, xargs, and locate These utilities find files meeting specified criteria and perform various actions on the files which are found. From Debian 3.0r0 APT |
|
|