md5sum

vb md5sum FILES ....

Description

Compute an MD5 checksum of all files named on the command-line. If a file is named - then content is read from standard input.

Examples

  • Compute MD5 checksums for multiple files

$ vb md5sum hello.txt world.txt
b1946ac92492d2347c6235b4d2611184  hello.txt
591785b794601e212b260e25925636fd  world.txt