Skip to main content

MD5 checksum commands linux|Windows

For windows:

Get-FileHash <File> -Algorithm MD5


For Linux:

md5sum <File>

Comments