One Day One GNU/Linux Command
=============================
cksum -- Computes a CRC (Cyclic Redundancy Check) checksum.
Summary:
`cksum' prints the CRC checksum for each file along with the number of
bytes in the file. The CRC algorithm is specified by the POSIX Std. It
is not compatible with the BSD or System V `sum' algorithms.
Example:
$ cksum file -- Prints the Checksum, No of Bytes and filename.
$ cksum file1 file2 -- Prints the Checksum, No of Bytes and filename
for each file.
Read: man cksum
HTH :)
--
Bharathi S
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc