Hacker News new | ask | show | jobs
by allurbase 1555 days ago
compgen -c
1 comments

this is new to me and has no man entry. what is it actually doing? listing all executables in PATH plus all callable functions?
It's a bash built-in, so the documentation lives in "help compgen", and the full blown bash manual.
ah, very interesting!