Shell script中使用getopt例子. 使用getopt可以非常方便的格式話選項跟對應的引數,例子如下. Shell程式碼. #!/bin/bash. set -- `getopt -q ab:c "$@" ...
確定! 回上一頁