在 Linux 中,“run.sh” 是一个 Shell 执行脚本,在执行./run.sh file1 file2 file3 命令的过程中,变量 $1 的值为:
run.sh
file1
file2
file3