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 strongm 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: tobbe
  • Order by date
  1. tobbe

    Limitation of record length in nawk

    Hi! Does anyone know how long the input record can be in nawk? I believe it is 3000 characters i awk, but is it the same in nawk? Thanx in advance /Tobbe
  2. tobbe

    NAWK script

    Hi Sethu! You can only have a limited number of pipes and files opened at the same time. I think that the limit is 20 in nawk. To avoid this error, you have to close the pipes with the close() command once you're done with them: "basename " filename | getline base close...
  3. tobbe

    How many open files?

    Hi! Is there anyone who knows how many files can be open at the same time in nawk? Just curious... Tobbe
  4. tobbe

    Looping through environmental variable in awk.

    Hi! I'm writing a large script that converts textfiles to html. The problem is that the script is supposed to check if there are textfiles to be converted on several computers. The computers names are stored in an environmental variable, like: COMPS_TO_CHECK="comp1 comp2 comp3 ...&quot...

Part and Inventory Search

Back
Top