2022年11月17日星期四

check file changed or not by md5 hash code

windows powershell command:

PS C:\Users\test> certutil -hashfile destfile.zip md5

MD5 hash (対象 destfile.zip):

f6cb78afe66b417cd3f79df8d1c86444 

CertUtil: -hashfile コマンドは正常に完了しました。

linux command:

md5sum destfile.zip

 f6cb78afe66b417cd3f79df8d1c86444 destfile.zip


没有评论: