The getopts utility shall retrieve options and option-arguments from a list of ... aflag= bflag= while getopts ab: name do case $name in a) aflag=1;; ...
確定! 回上一頁