最佳答案
我只是不知道如何确保传递给我的脚本的参数是数字还是不是数字。
我只想做这样的事情:
test *isnumber* $1 && VAR=$1 || echo "need a number"
任何帮助?