Forrest logo
back to context overview

sum

List of commands for sum:

  • sum:tldr:863dd sum: Compute a checksum with System V-compatible algorithm and 512-byte blocks.
    $ sum --sysv ${filename}
    try on your machine
    explain this command
  • sum:tldr:98ba0 sum: Compute a checksum with BSD-compatible algorithm and 1024-byte blocks.
    $ sum ${filename}
    try on your machine
    explain this command
back to context overview