D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
bash-completion
/
completions
/
Filename :
pwck
back
Copy
# pwck(8) completion -*- shell-script -*- _pwck() { local cur prev words cword _init_completion || return if [[ $cur == -* ]]; then local opts=$(_parse_help "$1") COMPREPLY=($(compgen -W '${opts:-$(_parse_usage "$1")}' -- "$cur")) return fi _filedir } && complete -F _pwck pwck # ex: filetype=sh