File: control

package info (click to toggle)
whichman 2.4-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 332 kB
  • sloc: ansic: 1,033; makefile: 68
file content (27 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: whichman
Section: utils
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.4
Homepage: http://linuxfocus.org/~guido/#whichman
Vcs-Git: https://salsa.debian.org/debian/whichman.git
Vcs-Browser: https://salsa.debian.org/debian/whichman/

Package: whichman
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Fault tolerant search utilities: whichman, ftff, ftwhich
 whichman uses a fault tolerant approximate matching algorithm to search
 for man-pages that match approximately the specified name.
 The fault tolerant matching is very useful in cases where you remember only
 roughly the name of a command.
 .
    Example: whichman netwhat
    This finds netstat.8: /usr/share/man/man8/netstat.8
 .
 ftff searches the directory tree. This is a case in-sensitive and fault
 tolerant way of 'find . -name xxxx -print'.
 .
 ftwhich finds files which are in one of the directories in your PATH
 and uses a fault tolerant search algorithm.