The manual Page
Version française
   
index | glossary | news | downloads | links ]
  man pages
section 1
section 2
section 3
section 4
section 5
section 6
section 7
section 8
section 9
section l
section n
section o
 
news
glossary
links
downloads
 
credits
contact
 
 
search
 
last update
19/02/2003
Valid HTML 4.0!
Valid CSS!
Hit-Parade
Mesurez votre audience


  cksum(1)
CKSUM(1)                                                 CKSUM(1)

NAME
       cksum - checksum and count the bytes in a file

SYNOPSIS
       cksum [--help] [--version] [file...]

DESCRIPTION
       This  manual  page  documents  the  GNU  version of cksum.
       cksum computes a cyclic redundancy check  (CRC)  for  each
       named  file,  or  the  standard input if none are given or
       when a file named `-' is given.  It  prints  the  CRC  for
       each  file along with the number of bytes in the file, and
       the file name unless no arguments were given.

       cksum is typically used to make sure that files have  been
       transferred by unreliable means (such as netnews) have not
       been corrupted, by comparing  the  cksum  output  for  the
       received  files  with  the  cksum  output for the original
       files.  The CRC algorithm  is  specified  by  the  POSIX.2
       standard.   It  is not compatible with the BSD or System V
       sum programs; it is more robust.

       --help Print a usage message and exit with a  status  code
              indicating success.

       --version
              Print  version  information on standard output then
              exit.

FSF                     GNU Text Utilities                      1

printable format printable format



Copyright © 2000-2002 themanualpage.org - This site is submissive to the terms of the GNU GPL and FDL licences.