getopts. #!/bin/bash function func1(){ echo "這是func1 -c $1" } function func2(){ echo "這是func2 -a $1" } function func_help(){ echo -e ...
確定! 回上一頁