Difference between revisions of "Adler32sum"

From BiGGrid Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
'''adler32sum Wiki'''
 
'''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.
+
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' "adler32" command
+
Advantages of this binary compared to the 'srmclient' <tt>adler32</tt> command
 
* small, tiny and fast C program
 
* small, tiny and fast C program
 
* exact same syntax as the 'md5sum' command
 
* exact same syntax as the 'md5sum' command
* can calculate checksums of multiples in one go
+
* can calculate checksums of multiple files in one go
 
* supports spaces in filenames
 
* 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.  
+
<tt>adler32sum</tt> was developed as a minor patch to the 'coreutils-8.5' package which is part of almost all Linux distro's.  
  
 
* [http://www.nikhef.nl/~janjust/adler32sum/coreutils-8.5adler.patch coreutils-8.5 patch]
 
* [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.el5 adler32sum binary for EL5]
 
* [http://www.nikhef.nl/~janjust/adler32sum/adler32sum.html manual page (adapted from man2html)]
 
* [http://www.nikhef.nl/~janjust/adler32sum/adler32sum.html manual page (adapted from man2html)]

Latest revision as of 10: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.