• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_printlog/
1# $Id$
2#
3# Print out the number of log records for transactions that we
4# encountered.
5
6/^\[/{
7	if ($5 != 0)
8		print $5
9}
10