command: cksum
usage: checksum and count the bytes in a file
syntax: $ cksum [FILE]
example:
1. To display the checksum and byte count of
$ cat > sample.txt
linux is great
foss is fun
$ cksum sample.txt
$ cksum sample.txt
70743917 27 sample.txt
27 is byte count
70743917 is checksum
it is used to check the integrity of files
regards,
dhanasekar
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines