Difference between revisions of "Adler32sum"
Jump to navigation
Jump to search
(Created page with "'''adler32sum Wiki''' The 'adler32sum' command is an adaptation of the 'md5sum' command. It calculates ADLER32 checksums of files (or standard input). The ADLER32 checksum is th...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''adler32sum Wiki''' | '''adler32sum Wiki''' | ||
− | The | + | The <tt>adler32sum</tt> command is an adaptation of the <tt>md5sum</tt> command. It calculates ADLER32 checksums of files (or standard input). The ADLER32 checksum is the default checksum type used by SRM grid storage. This tool was developed for the DANS user community, as the "normal" <tt>adler32</tt> command, which is part of the 'srmclient' package, does not support filenames containing spaces. |
− | ' | + | Advantages of this binary compared to the 'srmclient' <tt>adler32</tt> command |
+ | * small, tiny and fast C program | ||
+ | * exact same syntax as the 'md5sum' command | ||
+ | * can calculate checksums of multiple files in one go | ||
+ | * supports spaces in filenames | ||
− | * coreutils-8.5 patch | + | <tt>adler32sum</tt> was developed as a minor patch to the 'coreutils-8.5' package which is part of almost all Linux distro's. |
− | * adler32sum binary for EL5 | + | |
− | * [ | + | * [http://www.nikhef.nl/~janjust/adler32sum/coreutils-8.5adler.patch coreutils-8.5 patch] |
+ | * [http://www.nikhef.nl/~janjust/adler32sum/adler32sum.el5 adler32sum binary for EL5] | ||
+ | * [http://www.nikhef.nl/~janjust/adler32sum/adler32sum.html manual page (adapted from man2html)] |
Latest revision as of 08:08, 30 May 2011
adler32sum Wiki
The adler32sum command is an adaptation of the md5sum command. It calculates ADLER32 checksums of files (or standard input). The ADLER32 checksum is the default checksum type used by SRM grid storage. This tool was developed for the DANS user community, as the "normal" adler32 command, which is part of the 'srmclient' package, does not support filenames containing spaces.
Advantages of this binary compared to the 'srmclient' adler32 command
- small, tiny and fast C program
- exact same syntax as the 'md5sum' command
- can calculate checksums of multiple files in one go
- supports spaces in filenames
adler32sum was developed as a minor patch to the 'coreutils-8.5' package which is part of almost all Linux distro's.