在 mac 上查看文件的 md5/sha1/sha256

查看 md5
md5 file_path

查看 sha1
openssl dgst -sha1 file_path

查看 sha256
openssl dgst -sha256 file_path

你可能感兴趣的:(在 mac 上查看文件的 md5/sha1/sha256)