Forrest logo
back to context overview

sha384sum

List of commands for sha384sum:

  • sha384sum:tldr:1070a sha384sum: Calculate a SHA384 checksum from `stdin`.
    $ ${command} | sha384sum
    try on your machine
    explain this command
  • sha384sum:tldr:3d224 sha384sum: Calculate the SHA384 checksum for one or more files.
    $ sha384sum ${filename1 filename2 ---}
    try on your machine
    explain this command
  • sha384sum:tldr:80d37 sha384sum: Calculate and save the list of SHA384 checksums to a file.
    $ sha384sum ${filename1 filename2 ---} > ${filename-sha384}
    try on your machine
    explain this command
  • sha384sum:tldr:c60c2 sha384sum: Only show a message for missing files or when verification fails.
    $ sha384sum --check --quiet ${filename-sha384}
    try on your machine
    explain this command
  • sha384sum:tldr:e8304 sha384sum: Only show a message when verification fails, ignoring missing files.
    $ sha384sum --ignore-missing --check --quiet ${filename-sha384}
    try on your machine
    explain this command
  • sha384sum:tldr:eb195 sha384sum: Read a file of SHA384 sums and filenames and verify all files have matching checksums.
    $ sha384sum --check ${filename-sha384}
    try on your machine
    explain this command
back to context overview