shell 循环读文件

#! /bin/sh

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

  

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

导航