In the following loop, opt will hold the value of the current option that has been parsed by getopts . while getopts ":ht" opt; do case ...
確定! 回上一頁