Hi,<br> 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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.