while getopts ":s:dvu:p:n:" options; do case $options in s ) a=$OPTARG;; ... Firstly, according to the code getopts argument list ...
確定! 回上一頁