md5sum 目录使用md5sum操作目录:find ./-type f -print0| xargs -0 md5sum ./my.md5检查也很简单:md5sum
md5sum 目录
使用md5sum操作目录:
find ./-type f -print0| xargs -0 md5sum > ./my.md5
检查也很简单:
md5sum -c my.md5
md5sum 目录
使用md5sum操作目录:
find ./-type f -print0| xargs -0 md5sum > ./my.md5
检查也很简单:
md5sum -c my.md5