The getopts command is used by shell procedures to parse positional ... while getopts habo: c do case $c in h) echo "$HELP" echo "$USAGE" exit 2;; ...
確定! 回上一頁