We will configure our script below to accept command line options -l , -h , and -a . #!/bin/bash while getopts 'lha:' OPTION; do case ...
確定! 回上一頁