Day - 8 of DevOps
compgen -c:
Lists all commands available on the system.
compgen -c | wc -l:
Counts the total number of commands on the system.
man / --help:
Displays the manual page or usage information for a command.
man -k edit or man -k...
gokuldevops.hashnode.dev1 min read