Tag Archive | "shell"

Useful Linux Command of the Day: compgen

Saturday, December 11, 2010

0 Comments

I’ve just learned about a particularly nice Linux shell command: compgen $ compgen -c … list all the commands you could run. $ compgen -a … list all the aliases you could run. $ compgen -b … list all the built-ins you could run. $ compgen -k … list all the keywords you could run. [...]

Continue reading...