2485 shaares
83 private links
83 private links
What can I type at my shell (which happens to be bash) that will list all the commands that are recognized?
Also, does this differ by shell? Or do all shells just have a "directory" of commands they know about?
simplest version:
compgen -c
to list all commands