Difference between revisions of "Cksum Unix command"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(Trial import from script.)
Line 12: Line 12:
  
 
= Description =
 
= Description =
cksum computes a cyclic redundancy check (CRC) checksum for each given file,  or standard input if none are given or for a file of ‘-’.  
+
cksum computes a cyclic redundancy check (CRC) checksum for each given file,  or standard input if none are given or for a file of ‘-’.  
  
 
= User Experiences =
 
= User Experiences =

Revision as of 22:06, 10 November 2013


cksum computes a cyclic redundancy check (CRC) checksum for each given file, or standard input if none are given or for a file of ‘-’.
Homepage:http://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html
Platforms:Unix


Description

cksum computes a cyclic redundancy check (CRC) checksum for each given file, or standard input if none are given or for a file of ‘-’.

User Experiences

Development Activity