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

  • Users: fito
  • Order by date
  1. fito

    why am I not getting any output from awk?

    Hi,<br>&nbsp;&nbsp;I'm running a very simple awk to sum about 1.5 million rows with numbers. The command runs a couple a minutes and then i get the unix prompt back with no output.<br>Here's my script:<br>cat bal.lst¦awk '{s+=$1}end{print $s}'<br><br>where's the error?<br>Thanks.

Part and Inventory Search

Back
Top