slackbuilds/system/crc32_simple
B. Watson 3f1a0907d8
system/crc32_simple: Added (calculate crc32 checksum of files)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-05-10 08:37:01 +07:00
..
README system/crc32_simple: Added (calculate crc32 checksum of files) 2020-05-10 08:37:01 +07:00
crc32_simple.1 system/crc32_simple: Added (calculate crc32 checksum of files) 2020-05-10 08:37:01 +07:00
crc32_simple.SlackBuild system/crc32_simple: Added (calculate crc32 checksum of files) 2020-05-10 08:37:01 +07:00
crc32_simple.info system/crc32_simple: Added (calculate crc32 checksum of files) 2020-05-10 08:37:01 +07:00
crc32_simple.rst system/crc32_simple: Added (calculate crc32 checksum of files) 2020-05-10 08:37:01 +07:00
slack-desc system/crc32_simple: Added (calculate crc32 checksum of files) 2020-05-10 08:37:01 +07:00

README

crc32_simple (calculate crc32 checksum of files)

Simple public domain implementation of the standard CRC32 checksum.
Outputs the checksum for each file given as a command line argument.
Invalid file names and files that cause errors are silently skipped.
The program reads from stdin if it is called with no arguments.