{"id":7317,"date":"2015-05-06T17:34:49","date_gmt":"2015-05-06T09:34:49","guid":{"rendered":"http:\/\/jpuyy.com\/?p=7317"},"modified":"2015-05-06T17:34:49","modified_gmt":"2015-05-06T09:34:49","slug":"compare-two-directories-using-md5sum","status":"publish","type":"post","link":"https:\/\/jpuyy.com\/?p=7317","title":{"rendered":"\u5bf9\u6bd4\u4e24\u4e2a\u6587\u4ef6\u5939\u662f\u5426\u76f8\u540c"},"content":{"rendered":"<pre>\r\nfind dirname1 -type f  -exec md5sum {} + | awk '{print $1}' | sort | md5sum\r\nfind dirname2 -type f  -exec md5sum {} + | awk '{print $1}' | sort | md5sum\r\n<\/pre>\n<p>\u5982\u679c\u503c\u4e0d\u4e00\u6837<br \/>\n\u5206\u522b\u8fdb\u5165\u4e24\u4e2a\u76ee\u5f55\u4e2d<\/p>\n<pre>\r\nfor i in `ls`; do echo $i ; find $i -type f  -exec md5sum {} + | awk '{print $1}' | sort | md5sum ; done\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>find dirname1 -type f -exec md5sum {} + | awk &#8216;{print $1}&#8217; | sort | md5sum find dirname2 -type f -exec md5sum {} + | awk &#8216;{print $1}&#8217; | sort | md5sum \u5982\u679c\u503c\u4e0d\u4e00\u6837 \u5206\u522b\u8fdb\u5165\u4e24\u4e2a\u76ee\u5f55\u4e2d for i in `ls`; do echo $i ; find $i -type f -exec md5sum {} + | awk &#8216;{print $1}&#8217; | [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-7317","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7317","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7317"}],"version-history":[{"count":1,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7317\/revisions"}],"predecessor-version":[{"id":7318,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7317\/revisions\/7318"}],"wp:attachment":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7317"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7317"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7317"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}