处理文件与EOF

$ while read line; do > process $line > done < /path/to/file 参考:bash的read命令如何读取换行符web ^D is EOFbash
相关文章
相关标签/搜索