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

72 lines
1015 B
HTML

<HTML>
<HEAD>
<TITLE>cksum(1)</TITLE>
</HEAD>
<BODY>
<H1>cksum(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
cksum - display file checksum and size
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>cksum</STRONG> [<EM>file</EM> ...]
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>cksum</STRONG> # Display CRC and size of <EM>stdin</EM>
<STRONG>cksum</STRONG> <STRONG>*.c</STRONG> # Display CRC and size of .<EM>c</EM> files
</PRE>
<H2>DESCRIPTION</H2><PRE>
<EM>Cksum</EM> calculates and writes to standard output the 32-bits CRC of the
input <EM>files</EM> , or of stdin if no <EM>files</EM> were specified. The size in bytes
of each <EM>file</EM> will be displayed after a space. The name of each <EM>file</EM> will
be displayed after another space.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man1/crc.1.html">crc(1)</A></STRONG>, <STRONG><A HREF="../man1/sum.1.html">sum(1)</A></STRONG>.
</PRE>
</BODY>
</HTML>