DOKK / manpages / debian 11 / jigit / parallel-sums.1.en
PARALLEL-SUMS(1) General Commands Manual PARALLEL-SUMS(1)

parallel-sums - Calculate checksums in parallel using multiple algorithms

parallel-sums --algo1 ALGO1FILE [--algo2 ALGO2FILE ... --algoN ALGONFILE] file1 [file2 ... fileN

parallel-sums --help

parallel-sums is designed to make it faster and easier to create checksum files using multiple algorithms. It will only read the data from each input file once, spawning a new thread per checksum algorithm requested and running calculations in parallel.

Specify the list of desired checksum algorithms along with the output filename for each checksum type, then pass the list of files.

The output is intended to be 100% compatible with the file formats of existing tools like md5sum, sha256sum etc.

Checksum all input files using the algorithm "algo" and output the checksums in the file ALGOSUMS.
Print usage information and list the checksum algorithms supported.

Read all files matching the pattern *.iso. In parallel, checksum each file using the MD5 algorithm (writing to "MD5SUMS") and checksum each file using the SHA256 algorithm (writing to "SHA256SUMS").

md5sum(1), sha1sum(1), sha256sum(1) and sha512sum(1).

Copyright 2017-2019 Steve McIntyre (steve@einval.com)

parallel-sums may be copied under the terms and conditions of version 2 of the GNU General Public License, as published by the Free Software Foundation (Cambridge, MA, USA).

Written by Steve McIntyre (steve@einval.com)

February 2019 Jigit jigdo tools