Linux for循环
在Linux Shell中,如果没有为for循环指定参数,则默认将使用shell提供的参数。例如:
for params
do
echo $params
done
//将输出执行shell的参数
在Linux Shell中,如果没有为for循环指定参数,则默认将使用shell提供的参数。例如:
for params
do
echo $params
done
//将输出执行shell的参数