test.sh:
#!/bin/sh for tmp in aa bb cc dd ee do echo $tmp done # 只运行一次,直接输出 for tmp in "ff gg hh ii" do echo $tmp done
输出:
[root@localhost shell]# ./test.sh aa bb cc dd ee ff gg hh ii
阅读: 20628
阅读: 17734 评论:1
阅读: 17079
阅读: 16870
阅读: 16227
阅读: 16026
扫扫关注微信