Shell教程
作者: CodeYang
shell 读取文件

(1)读文件

while read line
do
  echo $line
done < test.txt

(2)xxx

标签: echo、文件、txt、xxx、read
一个创业中的苦逼程序员
  • 回复
隐藏