While/Read | Unix Linux Forums | Shell Programming and Scripting

While/Read | Unix Linux Forums | Shell Programming and Scripting

瀏覽:633
日期:2025-06-10
... 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 ......看更多