当前位置: 技术问答>linux和unix
关于C shell的文件操作问题
来源: 互联网 发布时间:2015-08-19
本文导语: 我在bsh可以这样使用 while read test do echo $test end
我在bsh可以这样使用
while read test
do
echo $test
end
while read test
do
echo $test
end