Fcmd (Find command)

In usual unix shell we use which command to identify whether the command we are looking exists or it’s existing location. But what happens if we remember only part of the command name?

fcmd solves this. This command finds commands in the system PATH as which command but fcmd uses regular expressions and it prints all existing matches.

Anyone can download source code and test it. https://github.com/rishithaminol/fcmd