Hacker News new | ask | show | jobs
by pmarreck 1558 days ago
this is new to me and has no man entry. what is it actually doing? listing all executables in PATH plus all callable functions?
1 comments

It's a bash built-in, so the documentation lives in "help compgen", and the full blown bash manual.
ah, very interesting!