보낸 사람 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"사용
—
kevinf
man compgen
. 맨 페이지는 쉘 내장을위한 것이므로 아래로 스크롤해야compgen
합니다.