Shell解释语言,脚本语言,有多个版本
1,echo
arg1=$1
arg2=$2
echo ‘arg1‘$arg1
echo arg2 is
echo $arg2
2,读参数
arg1=$1
arg2=$2
echo ‘arg1‘$arg1
echo arg2 is
echo $arg2
时间: 2024-12-18 05:14:23
Shell解释语言,脚本语言,有多个版本
1,echo
arg1=$1
arg2=$2
echo ‘arg1‘$arg1
echo arg2 is
echo $arg2
2,读参数
arg1=$1
arg2=$2
echo ‘arg1‘$arg1
echo arg2 is
echo $arg2