(anonymous IP: 18.218.190.118,352) | ||||||||||||||
| ||||||||||||||
Audio (96) Datatype (15) Demo (50) Development (247) Document (62) Driver (19) Emulation (62) Game (529) Graphics (224) Library (22) Network (62) Office (21) Utility (250) Video (18) Total files: 1677 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: |
Copyright © 2005 - 2024 The AROS Archives All Rights Reserved |