shasum
Verified for current stable LTS
Shasum Commands
Shasum command syntax with verified terminal examples.
Commands
8 commands for Shasum
shasum Operations
Shasum Command: Calculate Sha Checksum Algorithm Files
shasum --algorithm <1|224|256|384|512|512224|512256> <path/to/file1 path/to/file2 ...> shasum Operations
Shasum Command: Calculate Sha1 Checksum Files
shasum <path/to/file1 path/to/file2 ...> shasum Operations
Shasum Command: Calculate Sha1 Checksum Stdin
<command> | shasum shasum Operations
Shasum Command: Check Known Sha Checksum File
echo <known_sha_checksum_of_the_file> <path/to/file> | shasum -c shasum Operations
Shasum Command: Save Sha256 Checksums To File
shasum --algorithm 256 <path/to/file1 path/to/file2 ...> > <path/to/file.sha256> shasum Operations
Shasum Command: Verify Checksums From File
shasum -c <path/to/file> shasum Operations
Shasum Command: Verify Checksums Quiet Ignore Missing
shasum --ignore-missing -c --quiet <path/to/file> shasum Operations
Shasum Command: Verify Checksums Quiet Missing Files
shasum -c --quiet <path/to/file> Suggest a Shasum Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Shasum workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.