In me the tiger sniffs the rose
最近经常会需要临时计算某个文件md5的需求。然后找了下相关命令在此记录下。
MAC:
1
md5 you-file-full-path
powershell
get-filehash you-file-full-path -algorithm md5