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.