... fall back to filename completion if [ ${#COMPREPLY[@]} -eq 0 ]; then COMPREPLY=( $(compgen -f -- "${cur_word}" ) ) fi return 0 ...
確定! 回上一頁