💾 Archived View for freeshell.de › tldr › sha256sum.gmi captured on 2023-07-10 at 14:56:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Calculate SHA256 cryptographic checksums.
sha256sum {path/to/file}
sha256sum {path/to/file1} {path/to/file2}
sha256sum {path/to/file1} {path/to/file2} > {path/to/file.sha256}
sha256sum --check {path/to/file.sha256}
sha256sum --check --quiet {path/to/file.sha256}
sha256sum --ignore-missing --check --quiet {path/to/file.sha256}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).