再來討論你給的範例. wayout 寫到: #!/usr/bin/env bash set - `getopt ab:c: $*` while true do case $1 in -a) echo option -a echo $1 $2
確定! 回上一頁