- assigned_to: nobody --> zerosys
calling jsummer with a missing file as argument, but jsummer fails to report something like checkfile check.md5 not found
$ ls check.md5
ls: check.md5: No such file or directory
$ jsummer -c check.md5
JSummer 0.1.0.0 (c) 2004 - 2008 Klaus Zerwes zero-sys.net
usage:
JSummer -h | -V | [options] -c file | [-f tofile] file(s) | dir(s)
general options:
-h | -? display this help
-V show version and exit
-m alg use 'alg' as algorithm where
'alg' may be caseinsensitive one of:
MD5
MD4
MD2
SHA-160 (alternatives: SHA SHA1 SHA-1 SHA160)
SHA-256 (alternatives: SHA256 SHA2-1)
SHA-384 (alternatives: SHA384 SHA2-2)
SHA-512 (alternatives: SHA512 SHA2-3)
RIPEMD128 (alternatives: RIPEMD-128)
RIPEMD160 (alternatives: RIPEMD-160)
WHIRLPOOL
TIGER
HAVAL
-c f check hashsums listed in checkfile f
if the checkfile ends with .md5 .sha1 .sha160 .sha256,
the coresponding hash-alg will be used.
-b thread as binary (only cosmetic effect at the moment)
-g be GNU-md5sum|sha1sum-compilant
-f f save checksum to file f
-r do not use relative path
-u uppercase hash
-e print a warning for empty dirs
-s dont use systemindependent pathseparator
-v be more verbose
in GNU-comilant mode print filenames while checking
in normal mode print some additional infos
-d n set debuglevel (0 < n < 125)
calculate md5sum:
JSummer [-g] [-v] [-b] [-f tofile] file(s)|dir(s)
file(s)|dir(s): the files and/or directories to act on
check md5sum:
JSummer [-g] [-v] -c file
-c file: check md5sums from file
-------------
| NO FILES! |
-------------