sara-nl/summer

Name: summer

Owner: SURFsara

Description: Calc multiple checksums in parallel

Created: 2018-04-04 07:53:06.0

Updated: 2018-04-04 14:11:40.0

Pushed: 2018-04-04 14:11:38.0

Homepage: null

Size: 37

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

summer

summer is a generic checksumming tool. It can calculate multiple checksums in parallel.

e: summer [-a ALGO] FILENAME [..]

, --help               show this information
, --algo=ALGO          select checksum algorithm
, --files-from=FILE    read list of input files from FILE
, --null, --from0      filenames in list are delimited by NUL characters
, --directio           use direct I/O
                       show version number

ult algorithm is md5. Multiple algorithms may be given.
orted algorithms are:
c32 adler32 md5 sha1 sha224 sha256 sha384 sha512

Note that direct I/O is only available if the operating system offers O_DIRECT.

Copyright (c) 2016 SURFsara B.V.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.