Audio (101) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1714
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] MD5SUM is a small utility that allows you to build checksums over
text- or binary files, using the "MD5 Message Digest Algorithm". These
checksums can be stored in a file and can be validated later, using
MD5SUM.
usage: md5sum [-bv] [-c [file]] | [file...]
Generates or checks MD5 Message Digests
-c check message digests (default is generate)
-v verbose, print file names when checking
-b read files in binary mode
The input for -c should be the list of message digests and file names
that is printed on stdout by this program when it generates digests
MD5SUM >ram:test.md5 file1 file2 path1/file3 path2/file4
MD5SUM defaults to text mode and does not care about the end-of-line
code, which may vary between platforms (like Amiga <-> MS-DOS).
If you want to generate exact checksums for binaries, you'll have to
set the `-b' flag. Files with a binary checksum are prefaced with a `*'
in the digestfile:
|