💾 Archived View for freeshell.de › tldr › sha512sum.gmi captured on 2022-04-28 at 19:31:21. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Calculate SHA512 cryptographic checksums.
sha512sum {path/to/file}
sha512sum {path/to/file1} {path/to/file2}
sha512sum {path/to/file1} {path/to/file2} > {path/to/file.sha512}
sha512sum --check {path/to/file.sha512}
sha512sum --check --quiet {path/to/file.sha512}
sha512sum --ignore-missing --check --quiet {path/to/file.sha512}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).