摘要: --shell读取文件的每一行-----------------------2014/06/13#!/bin/bashwhile read linedo echo $linedone < filename(待读取的文件)----------------------------------------... 阅读全文
posted @ 2014-06-13 14:46 胡.杰 阅读(380) 评论(0) 推荐(0) 编辑