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