Difference between revisions of "Cksum Unix command"

From COPTR
Jump to navigation Jump to search
(Import from spreadsheet via script.)
 
(2 intermediate revisions by 2 users not shown)
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 or for a file of ‘-’.
+
|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
 +
}}
 +
{{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 or for a file of ‘-’.
+
cksum computes a cyclic redundancy check (CRC) checksum for each given file,  or standard input if none are given
  
 
= User Experiences =
 
= User Experiences =
Line 18: Line 15:
  
 
= Development Activity =
 
= Development Activity =
 
{{Infobox_tool_details
 
|ohloh_id=Cksum Unix command
 
}}
 

Latest revision as of 19:41, 11 May 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
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt6629ba33bbbfe9_06355710


Description[edit]

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

User Experiences[edit]

Development Activity[edit]