Skip to content

mossandlichens/simplefileverifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple File Verifier helps to create the CRC32 hash for a file or files satisfying a pattern in a directory. It also creates a SFV file with files and hashes.

Simple File Verifier by Ranjith Venkatesh

Usage: Simple File Verifier 1.1.0.0 Copyright © 2014

-o, --output Path to SFV File

-d, --directory Path to Directory

-f, --file Path to File

-p, --pattern Search pattern

-c, --check Check SFV File

-r, --recursive Look at subdirectories. Default: false. Options: true/false

-l, --log Log file generated during check

-v, --verbose (Default: True) Prints all messages to standard output.

--help Display this help screen.

Examples:

  1. Display CRC32 Hash for file

SimpleFileVerifier -f "<>\file.ext"

  1. Create SFV file for files in directory satisfying pattern

SimpleFileVerifier -d "<>" -p "*.ext" -o "<>\output.sfv"

  1. Create SFV file for files in directory with recursive check SimpleFileVerifier -d "<>" -r true -o "<>\output.sfv"

  2. Check SFV file and log it with OK, NOT OK and FILE NOT FOUND SimpleFileVerifier -c "<>\input.sfv" -l "<>\sfv.log"

About

Simple File Verifier (CRC32 hash for files)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published