Understanding getopts Command line parameters passed along with commands are ... #!/bin/bash USAGE="usage: $0 -x -y" while getopts :xy: opt_char do case ...
確定! 回上一頁