wok diff findutils/description.txt @ rev 24981

Up pce (20220220-991c55d9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 10:57:53 2022 +0000 (2022-05-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/findutils/description.txt	Sun May 08 10:57:53 2022 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +The GNU Find Utilities are the basic directory searching utilities
     1.5 +of the GNU operating system.
     1.6 +These programs are typically used in conjunction with other programs
     1.7 +to provide modular and powerful directory search and file locating
     1.8 +capabilities to other commands.
     1.9 +
    1.10 +The tools supplied with this package are:
    1.11 +
    1.12 +* find - search for files in a directory hierarchy
    1.13 +* locate - list files in databases that match a pattern
    1.14 +* updatedb - update a file name database
    1.15 +* xargs - build and execute command lines from standard input