shell 流程控制

for循环:
#!/bin/bash

for file in $(ls /ect)
do
    echo $file
done

 

posted on 2015-02-26 13:38  雨渐渐  阅读(120)  评论(0编辑  收藏  举报

导航