De help compgen
:
$ help compgen
compgen: compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]
Display possible completions depending on the options.
Intended to be used from within a shell function generating possible
completions. If the optional WORD argument is supplied, matches against
WORD are generated.
Exit Status:
Returns success unless an invalid option is supplied or an error occurs.
Então, o que significa opções [-abcdefgjksuv]
?
Em outras palavras, quero saber como usar todas as opções.
"man compgen", não existe. use "man bash"
—
kevinf 11/09/2015
man compgen
. A página de manual é dos componentes internos do shell, então você terá que rolar para baixocompgen
.