logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sum - Checksum and count the blocks in a file.

Description

       Checksum and count the blocks in a file.

       With no FILE, or when FILE is -, read standard input.

Name

       sum - Checksum and count the blocks in a file.

       With no FILE, or when FILE is -, read standard input.

Options

-r     use the BSD sum algorithm, use 1K blocks (default)

       -s, --sysv
              use System V sum algorithm, use 512 bytes blocks

       -h, --help
              Print help

       -V, --version
              Print version

Synopsis

sum [-r ] [-s|--sysv] [-h|--help] [-V|--version] [file]

Version

       v0.0.30

                                                   sum 0.0.30                                             sum(1)

See Also