shell读入的方式

exec<a.log

while read line

do

done

 

cat a.log|while read line

do

hksjk

done

 

cat a.log|while read line

do

dhkshk

done <a.log


本文出自 “Try to be brave” 博客,谢绝转载!

你可能感兴趣的:(shell)