Xiqual 0.9.1

md5

Simple MD5-summing program.

Usage

md5 [-b] [-v] [-c] | [file...]

md5 generates MD5 checksums, like md5sum(1), but no wildcards are properly supported in the program itself. This should not be a problem if using Bash or similar shells. On Win32, getting Unix Utilities is recommended for developers, anyway.

The -v flag prints each filename and status regardless of whether it has a checksum or not. Use alongside the -c option.

If -c appears on the command line, the files specified are expected to be md5sum output as generated with normal operation. The filenames to verify are gathered from these files, and each invalid sum is printed to the standard output. Use -v if you want everything printed.

The -b flag does nothing but print an asterisk before the filename.

TODO

Implement -c and -v, plus wildcards.


This page was generated with the help of DOC++.