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, indeterminate, and all, respectively.

A non-zero ICount indicates that there were one or more parse errors within a given file. If this happens, make sure the type option (-t) is correct for the specified file. Also, you may want to check the file's integrity to ensure that it hasn't been corrupted.


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.pl, hashdig-make.pl, hashdig-harvest.pl


LICENSE

All HashDig documentation and code is distributed under same terms and conditions as FTimes.