最佳答案
我需要检查输入参数的存在。我有以下脚本
if [ "$1" -gt "-1" ]then echo hifi
我得到
[: : integer expression expected
如何首先检查输入参数1以查看它是否存在?