wok diff findutils/description.txt @ rev 25317
updated soundtouch and soundtouch-dev (2.1.2 -> 2.3.1)
author | Hans-Günter Theisgen |
---|---|
date | Thu Jul 21 07:14:01 2022 +0100 (2022-07-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/findutils/description.txt Thu Jul 21 07:14:01 2022 +0100 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