... 传递的输入参数的数量。 或者您可以检查参数是否为空字符串,例如: if… ... #!/usr/bin/env bash if [ $# -ge 3 ] then echo script has at least 3 arguments fi.
確定! 回上一頁