count.awk
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # $Id: count.awk,v 10.2 1999/11/21 18:01:42 bostic Exp $
  2. #
  3. # Print out the number of log records for transactions that we
  4. # encountered.
  5. /^[/{
  6. if ($5 != 0)
  7. print $5
  8. }