Parsing command-line arguments. ... while getopts 'srd:f:' c do case $c in s) ACTION=SAVE ;; r) ACTION=RESTORE ;; d) DB_DUMP=$OPTARG ...
確定! 回上一頁