74 lines
952 B
HTML
74 lines
952 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>sum(1)</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>sum(1)</H1>
|
|
<HR>
|
|
<PRE>
|
|
|
|
</PRE>
|
|
<H2>NAME</H2><PRE>
|
|
sum - compute the checksum and block count of a file
|
|
|
|
|
|
</PRE>
|
|
<H2>SYNOPSIS</H2><PRE>
|
|
<STRONG>sum</STRONG> <EM>file</EM>
|
|
|
|
|
|
</PRE>
|
|
<H2>OPTIONS</H2><PRE>
|
|
(none)
|
|
|
|
|
|
</PRE>
|
|
<H2>EXAMPLES</H2><PRE>
|
|
|
|
<STRONG>sum</STRONG> <STRONG>/user/ast/xyz</STRONG> # Checksum /<EM>user</EM>/<EM>ast</EM>/<EM>xyz</EM>
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
|
|
<EM>Sum</EM> computes the checksum of one or more files. It is most often used to
|
|
see if a file copied from another machine has been correctly received.
|
|
This program works best when both machines use the same checksum
|
|
algorithm. See also <EM>crc</EM>.
|
|
|
|
|
|
</PRE>
|
|
<H2>SEE ALSO</H2><PRE>
|
|
<STRONG><A HREF="../man1/cksum.1.html">cksum(1)</A></STRONG>, <STRONG><A HREF="../man1/crc.1.html">crc(1)</A></STRONG>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|