最近经常会需要临时计算某个文件md5的需求。然后找了下相关命令在此记录下。

MAC:

1
md5 you-file-full-path

powershell

1
get-filehash you-file-full-path -algorithm md5