about summary refs log tree commit diff
path: root/db2/progs/db_printlog/count.awk
blob: a0b214a6ff4b241f9a92a7b570d048ea8f42dbb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
# @(#)count.awk	10.1 (Sleepycat) 11/1/98
#
# Print out the number of log records for transactions that we
# encountered.

/^\[/{
	if ($5 != 0)
		print $5
}