Files
bsdports/text/gfindutils/pkg-descr
2019-12-26 07:26:06 +00:00

8 lines
330 B
Plaintext

This package contains programs to help you locate files on your
system. The find program can search through a hierarchy of
directories looking for files matching a certain set of criteria
(such as a filename pattern). The locate program searches a
database (create by updatedb) to quickly find a file matching
a given pattern.