
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 machineexplain this command
-
sum:tldr:98ba0 sum: Compute a checksum with BSD-compatible algorithm and 1024-byte blocks.$ sum ${filename}try on your machineexplain this command