Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
findutils: The GNU versions of find utilities (find and xargs).
- Summary
- The findutils package contains programs which will help you locate
files 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 executes
command lines from standard input arguments (usually lists of file
names generated by the find command).
You should install findutils because it includes tools that are very
useful for finding things on your system.
Changelog
- * Mon Jul 7 17:00:00 2008 Vitezslav Crhonek <vcrhonek{%}redhat{*}com> - 1:4.2.27-5
- Fix find fails with "Permission denied" if parent directory
lacks "r" permission
Resolves: #296631
- * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1:4.2.27-4.1
- rebuild
- * Sun Feb 19 16:00:00 2006 Miloslav Trmac <mitr{%}redhat{*}com> - 1:4.2.27-4
- Report the correct directory when hard link count is inconsistent (#182001)