全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
while read file
637阅读 0评论
2011-08-08
mychz2011
分类:
LINUX
while read f
do
echo "Line is $f"
done < file.txt
这个程序实现了按行循环读取某个文件
上一篇:
inode cache Analysis
下一篇:
Get Field With Delimiter