In my early days of using linux, I usually had to search google to know the command to perform a specific task. As soon as I have the command name, I can view its use with man command-name.
In the same way, I was thinking of some kind of utility that can tell a team to perform a specific task if the task to be performed is indicated as an argument and opens a help page for this command, for example:
findUtilty "find all files in a directory"
output:
ls
find
I want to know if there is any utility of this kind, if that is very convenient, especially for beginners. If not, then I can implement it.
thanks,
source
share