标签: linux bash shell getopt
我想像这样调用我的bash shell脚本:
./myscript --dbName mydb --dbUser root --dbPass rootpass
如何在脚本中轻松检索这些内容?
getopt看起来只适用于单个字符选项