cksum

Calculates CRC checksums and byte counts of a file. Note: on old UNIX systems the CRC implementation may differ. More information: <https://www.gnu.org/software/coreutils/cksum>.

Install

All systems
curl cmd.cat/cksum.sh
Debian Debian
apt-get install coreutils
Ubuntu
apt-get install coreutils
Alpine
apk add coreutils
Arch Arch Linux
pacman -S coreutils
image/svg+xml Kali Linux
apt-get install coreutils
CentOS
yum install coreutils
Fedora
dnf install coreutils
Windows (WSL2)
sudo apt-get update sudo apt-get install coreutils
OS X
brew install coreutils
Raspbian
apt-get install coreutils
Docker
docker run cmd.cat/cksum cksum powered by Commando

Calculates CRC checksums and byte counts of a file. Note: on old UNIX systems the CRC implementation may differ. More information: <https://www.gnu.org/software/coreutils/cksum>.

  • Display a 32-bit checksum, size in bytes and filename:
    cksum path/to/file

© tl;dr; authors and contributors