getopt 是个好基础的函数用来解析命令行参数, 功能也很简单… ... #!/bin/bash ## 常用while+case来使用 while getopts 'd:Dm:f:t:' OPT do case $OPT ...
確定! 回上一頁