Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
HASHDIG-STAT(1) 	      HashDig Documentation		 HASHDIG-STAT(1)

NAME
     hashdig-stat.pl - Produce statistics on HashDig files

SYNOPSIS
     hashdig-stat.pl [-t {db|hd}] file [file ...]

DESCRIPTION
     This utility counts the number of known and unknown hashes in a HashDig
     file (either DB or HD format) and generates a report. Output is written to
     stdout and has the following fields: KCount, UCount, ICount, ACount, and
     Filename. The K, U, I, and A counts are short for known, unknown, indeter-
     minate, and all, respectively.

     A non-zero ICount indicates that there were one or more parse errors within
     a given file. If this happens, check the file's integrity to ensure that it
     hasn't become corrupt.

OPTIONS
     -t {db|hd}
	 Specifies the type of files that are to be processed. All files
	 processed in a given invocation must be of the same type. Currently,
	 the following types are supported: DB and HD. The value for this option
	 is not case sensitive.

AUTHORS
     Andy Bair and Klayton Monroe

SEE ALSO
     hashdig-dump(1), hashdig-make(1), hashdig-harvest(1)

LICENSE
     All documentation and code are distributed under same terms and conditions
     as FTimes.

perl v5.42.3			   2026-08-27			 HASHDIG-STAT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hashdig-stat&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help