# $Id: count.awk,v 1.1.1.1 2005/06/24 22:42:41 ca Exp $ # # Print out the number of log records for transactions that we # encountered. /^\[/{ if ($5 != 0) print $5 }