chembo 发表于 2013-1-31 11:01:28

使用md5sum递归生成整个目录的sum

find ./ -type f -print0 | xargs -0 md5sum > ./my.md5
页: [1]
查看完整版本: 使用md5sum递归生成整个目录的sum