while read do的相關文章
while read do的相關公司資訊
while read do的相關商品

Please explain read in a while loop | Unix Linux Forums | Shell ...
瀏覽:1431
日期:2025-04-23
count=`wc -l file1 | tr -s " " | cut -d" " -f 2` echo $count while test $count -gt 0 do echo "Enter input :" read input echo $input ((count=count-1)) ......看更多