NAME

hashdig-weed.pl - Delete hashes from a HashDig database


SYNOPSIS

hashdig-weed.pl [-q] -d db -f {file|-}


DESCRIPTION

This utility deletes specified hashes from a HashDig database that has been created with hashdig-make.pl. Input is expected to be plain text with one hash per line. Each line must match the following regular expression:

    ^[0-9a-fA-F]{32}$

Input that does not match this expression will cause the program to generate an error message.


OPTIONS

-d db
Specifies the name of the database to weed.

-f {file|-}
Specifies the name of the input file. A value of '-' will cause the program to read from stdin.

-q
Don't report errors (i.e. be quiet) while processing input.


AUTHOR

Klayton Monroe


SEE ALSO

hashdig-dump.pl, hashdig-make.pl


LICENSE

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