如何检查我的 bash 脚本中某个参数是否在命令中传递?
我很难找到有关此的任何信息。
例子:
$ mycommand
This returns this message!
$ mycommand -a
Since the -a argument was passed, this message shows!
我该如何检查?我觉得这非常简单,但我似乎真的搞不懂。
如何检查我的 bash 脚本中某个参数是否在命令中传递?
我很难找到有关此的任何信息。
例子:
$ mycommand
This returns this message!
$ mycommand -a
Since the -a argument was passed, this message shows!
我该如何检查?我觉得这非常简单,但我似乎真的搞不懂。