diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-16 18:13:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-16 18:13:28 +0000 |
commit | 880f99cd3eee751fa84d6e51306cf69520a08075 (patch) | |
tree | 3064f719a66f736601c7b4d0d0c7f6f4d0071dec /sysutils/findutils/DESCR | |
parent | 2fc1a2cd446cdc42d931a991b75cdccc3dba3100 (diff) | |
download | pkgsrc-880f99cd3eee751fa84d6e51306cf69520a08075.tar.gz |
DESCR:
- Augment / update (text taken from
<http://www.gnu.org/software/findutils/findutils.html>);
Makefile:
- augment `COMMENT';
- augment `LICENSE'.
From Bug Hunting.
Diffstat (limited to 'sysutils/findutils/DESCR')
-rw-r--r-- | sysutils/findutils/DESCR | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sysutils/findutils/DESCR b/sysutils/findutils/DESCR index a0f982dcd99..7340af40a63 100644 --- a/sysutils/findutils/DESCR +++ b/sysutils/findutils/DESCR @@ -1 +1,11 @@ -The GNU find, xargs and locate utilities. +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 |