11.1. Loops

tp://www.tldp.org/LDP/abs/html/loops1.html

 

for a
do
echo -n "$a "
done


 

for 没有in ,直接操作$@命令行参数