我正在浏览一个脚本,发现了这个:
#!/bin/bash
set -o pipefail
if [[ $# -ne 1 ]]
if [ $? -eq 0 ]
$#
是"金额";位置参数
示例:
./script.sh foo bar
这里有2位置参数(foo和bar(
该代码检查位置参数";计数";不是1