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 IamaSherpa 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: *

  1. intell2003

    Awk while loop question

    Thank you very much for the help. Some of the suggestions you gave made me want to smack myself in the head because I overlooked them. Thank you again for the help.
  2. intell2003

    Awk while loop question

    I have tried a few things for this problem, the latest being: { field = $2 while ( field <= NF ) { tot += field; field += 2 }} END { printf("$d\n", tot) } It is printing out $d for output. I have tried other scripts but have overwritten...
  3. intell2003

    Awk while loop question

    Hello, new to the site and I'm looking for help. I'm doing an Awk tutorial to try and get used to it for recreative use. I found a tutorial that I have been going through until I came across this one particular problem. Write an awk program to print out the total number of computers held by...

Part and Inventory Search

Back
Top