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

While/Read | Unix Linux Forums | Shell Programming and Scripting
瀏覽:1385
日期:2025-09-28
... code below: #Checks the SQL Directory for files to be released #Do the Packages Specification before the bodies counter=0 while read packageSpecName do packageSpecs[$counter]=`basename $packageSpecName` counter=$counter+1 done < `ls ......看更多