mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
12 lines
519 B
Plaintext
12 lines
519 B
Plaintext
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 - search for files in a directory hierarchy
|
|
* locate - list files in databases that match a pattern
|
|
* updatedb - update a file name database
|
|
* xargs - build and execute command lines from standard input
|