から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.
だから、オプション[-abcdefgjksuv]
は何の略ですか?
つまり、すべてのオプションの使用方法を知りたいのです。
「man compgen」は存在しません。「man bash」を使用
—
ケビンフ
man compgen
。マニュアルページはシェルビルトイン用であるため、下にスクロールする必要がありcompgen
ます。