for循环: #!/bin/bash for file in $(ls /ect) do echo $file done
posted on 2015-02-26 13:38 雨渐渐 阅读(120) 评论(0) 编辑 收藏 举报