Linux常用命令

生成当前目录下所有文件的md5值

1
find ./ -type f -print0 | xargs -0 md5sum > ./md5.txt