shell 循环读文件

#! /bin/sh

for line in `cat xxx.list`
do
     echo $line
done

  

posted on 2021-04-17 11:54  DeNiro  阅读(130)  评论(0)    收藏  举报

导航