# $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
}


syntax highlighted by Code2HTML, v. 0.9.1