getopts obtains options and their arguments from a list of parameters that follows the ... is tab while getopts d:s o do case "$o" in d) seplist="$OPTARG";; ...
確定! 回上一頁