Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AD666
  • Order by date
  1. AD666

    Opening multiple file descriptors

    I need to write a more efficient way for the code below : Just a simplified example: cnt=50000 while [ cnt -ne 0 ] do echo "aaaa" >> file1 echo "bbbb" >> file2 ((cnt=cnt-1)) done The problem I have is that the files im creating are getting bigger and bigger and the...

Part and Inventory Search

Back
Top