while getopts "hvdn:-:" opt ; do case $opt in h ) usage ;; v ) VERBOSE=1; echo "VERBOSE mode is ON" ;; d ) DEBUG=1; echo "DEBUG mode is ON" ...
確定! 回上一頁