linux 读取文件,输出行值

来源:互联网 发布:360数据恢复软件下载手机 编辑:程序博客网 时间:2024/05/21 00:47
#!/bin/ksh
while read LINE
do
   echo $LINE
   echo "====="
done < new.txt