Typically when using writing a Bash script that uses getopts for option ... parse options while getopts ":f:hx" opt; do case $opt in f) ...
確定! 回上一頁