51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#getopts
shell中脚本参数传递getopts
whilegetopts":a:b:c:"optdocase$optina)echo"参数a的值$OPTARG";;b)echo"参数b的值$OPTARG";;c)echo"参数c的值$OPTARG";;?)echo"未知参数"exit1;;esacdone输出bogon:Desktopmacname$./...
代码星球
·
2020-11-01
shell
脚本
参数
传递
getopts
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他