while read csh的相關文章
while read csh的相關商品

Unix shell - View topic - How do I read a file line by line in a csh script?
瀏覽:959
日期:2025-04-29
Dear all. This is really a newbie question. Korn shell variant # /bin/ksh line="" while read line do # Do something with $line done < $input_file How do I accomplish the same in a csh script? Best Regards Magnus Olofsson magnus.olofs...@skf.com...看更多