Difference between revisions of "Cksum Unix command"

From COPTR
Jump to navigation Jump to search
(Added links to Function and/or Content Type)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
 
|purpose=cksum computes a cyclic redundancy check (CRC) checksum for each given file,  or standard input if none are given
 
|purpose=cksum computes a cyclic redundancy check (CRC) checksum for each given file,  or standard input if none are given
|image=
 
 
|homepage=http://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html
 
|homepage=http://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html
|license=
 
 
|platforms=Unix
 
|platforms=Unix
 +
|function=Fixity Verification
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=Cksum Unix command
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:Fixity]]
 
 
 
 
= Description =
 
= Description =
 
cksum computes a cyclic redundancy check (CRC) checksum for each given file,  or standard input if none are given
 
cksum computes a cyclic redundancy check (CRC) checksum for each given file,  or standard input if none are given
Line 18: Line 15:
  
 
= Development Activity =
 
= Development Activity =
 
{{Infobox_tool_details
 
|ohloh_id=Cksum Unix command
 
}}
 

Revision as of 19:16, 20 April 2021




cksum computes a cyclic redundancy check (CRC) checksum for each given file, or standard input if none are given
Homepage:http://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html
Platforms:Unix
Function:Fixity Verification
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt662a815e599676_62219430


Description

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

User Experiences

Development Activity