Install Ftff On A Debian, Ubuntu, Kali And Raspbian

Install Ftff On A Debian, Ubuntu, Kali And Raspbian

ftff

Fault tolerant search utilities: whichman, ftff, ftwhich

Maintainer: Robert Luberda



Section: utils

Install ftff

  • Debian apt-get install whichman Click to copy
  • Ubuntu apt-get install whichman Click to copy
  • Kali Linux apt-get install whichman Click to copy
  • Raspbian apt-get install whichman Click to copy

whichman

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.

Install the latest version of ftff in Debian, Ubuntu, Kali and Raspbian from terminal. To install the ftff just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of ftff from the respository and install it in your computer/server.