diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 14:13:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 14:13:30 +0000 |
commit | 6b72ba55194cf5d343144e78d8531ae69d3791c3 (patch) | |
tree | f3abc3c856896fb5021a50218a55de563c591c25 /misc/whichman/pkg-descr | |
parent | d8f4b8d9a4d972aa737b774deb4a7ea1af06e7d3 (diff) |
Notes
Diffstat (limited to 'misc/whichman/pkg-descr')
-rw-r--r-- | misc/whichman/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/whichman/pkg-descr b/misc/whichman/pkg-descr new file mode 100644 index 000000000000..d0ddc1d11cf8 --- /dev/null +++ b/misc/whichman/pkg-descr @@ -0,0 +1,20 @@ +Approximate matching searching utilities to search for manpages and files. + +This package holds THREE little search utilities: + +* whichman -- search utility for man pages and it works + much like the well known unix command "where". + +* ftff -- a fault tolerant file finder + + ftff works like the whichman above but searches the directory + tree. This is a case in-sensitive and fault tolerant way of + 'find . -name xxxx -print' + +* ftwhich -- a fault tolerant "which" command + + ftwhich finds files (programs) which are in one of the directories in + your PATH and uses a fault tolerant search algorithem. + +-- +Guido Socher <guido.s@writeme.com> |