Audio (92) Datatype (15) Demo (41) Development (239) Document (57) Driver (18) Emulation (59) Game (506) Graphics (208) Library (22) Network (58) Office (20) Utility (245) Video (18)
Total files: 1598
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:
|