getopts

getopts

command -n -b value -t
                                optind=1   argv[1]=-n

opt=n optarg=null optind=2 argv[2]=-b
opt=b optarg=value optind=4 argv[4]=-t
opt=t optarg=null optind=5 argv[5]=null

你可能感兴趣的:(getopts)