Files
oldlinux-files/Minix/2.0.0/wwwman/man1/crc.1.html
2024-02-19 00:21:39 -05:00

72 lines
983 B
HTML

<HTML>
<HEAD>
<TITLE>crc(1)</TITLE>
</HEAD>
<BODY>
<H1>crc(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
crc - print the checksum of the file data
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>crc</STRONG> <EM>file</EM> ...
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>crc</STRONG> <STRONG>*.c</STRONG> # Print checksums of all the C programs
</PRE>
<H2>DESCRIPTION</H2><PRE>
The checksum of each argument is computed and printed, along with the
file length and its name, one file per line. This program is useful for
seeing if a file transmitted to another machine has arrived correctly.
It is conceptually similar to <EM>sum</EM>, except that it uses a stronger
checksum algorithm and also prints the length.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man1/cksum.1.html">cksum(1)</A></STRONG>, <STRONG><A HREF="../man1/sum.1.html">sum(1)</A></STRONG>.
</PRE>
</BODY>
</HTML>