findutils

The findutils package consists of three programs. "find" is a program which searches a directory tree to find a file or group of files. It walks the directory tree and reports all occurrences of a file matching the user's specifications. "locate" scans one or more databases of filenames and displays any matches. "xargs" 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".

Tags Systems Administration
Licenses GPL

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  08 Dec 2008 14:20
  • Rrelease-after

Changes: Changes to gnulib's fts code should provide performance improvements in find when processing very large directories. File type information is also passed back from fts to find, saving calls to the stat system call for find command lines which don't need the stat information. This provides a performance improvement for common cases like "find . -type d".

No changes have been submitted for this release.

  • Rrelease-mid
  •  14 Oct 2005 01:30
  • Rrelease-after

No changes have been submitted for this release.

  • Rrelease-mid
  •  17 Mar 2005 05:26
  • Rrelease-after

Changes: find should no longer hang on systems which lack the O_NOFOLLOW flag to open(2) and which are clients of an unresponsive NFS server. "find -L foo" or "find -H foo" now succeeds even if foo is a symbolic link instead of failing with the error message "Too many levels of symbolic links". Other small fixes were made.

  • Rrelease-mid
  •  19 Feb 2005 06:50
  • Rrelease-after

Changes: This release adds fixes to "find -depth" (for missing non-leaf directories when they contain non-directories), and to "xargs -i" and "find -okdir", "find/-execdir", and "find bar/baz/ugh", where baz is a symbolic link. Find no longer hangs on systems which are clients of unresponsive NFS servers. "find foo [predicates...] -execdir ..." now works when foo matches the stated predicates. There are new message translations and updated documentation.

E195280af2f624a72ecd996462652744_thumb

Project Spotlight

Flat Assembler

An extremely fast and efficient x86 assembler.

No-screenshot

Project Spotlight

as_dbserver_check

A "database server's down" alarm.