This is required to get my unrecognized option code to work. while getopts :a:b:c:d:h FLAG; do case $FLAG in a) #set option "a" ...
確定! 回上一頁