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

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

瀏覽:484
日期:2024-09-12
... 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 ......看更多