Calculate and save the list of SHA512 checksums to a file

sha512sum

  • Calculate SHA512 cryptographic checksums.
    More information: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

sha512sum {{path/to/file1}} {{path/to/file2}} > {{path/to/file.sha512}}

click the source code to copy install sha512sum on any operating system with command-not-found.com