标签:
for循环: #!/bin/bash for file in $(ls /ect) do echo $file done
shell 流程控制
原文地址:http://www.cnblogs.com/i80386/p/4301133.html