{"id":939,"date":"2015-06-02T12:07:12","date_gmt":"2015-06-02T10:07:12","guid":{"rendered":"http:\/\/elkano.org\/blog\/?p=939"},"modified":"2015-06-02T12:07:12","modified_gmt":"2015-06-02T10:07:12","slug":"comparing-directories-files","status":"publish","type":"post","link":"https:\/\/elkano.org\/blog\/comparing-directories-files\/","title":{"rendered":"Comparing two directories files"},"content":{"rendered":"<p>Simple command for comparing two directories that have the same files and you want to know which files are different from each other:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\" data-enlighter-theme=\"enlighter\" data-enlighter-linenumbers=\"false\">$ diff -rq directory1 directory2\r\nFiles directory1\/file1.txt and directory2\/file1.txt differ\r\nFiles directory1\/file3.txt and directory2\/file3.txt differ<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Simple command for comparing two directories that have the same files and you want to know which files are different from each other: $ diff -rq directory1 directory2 Files directory1\/file1.txt and directory2\/file1.txt differ Files directory1\/file3.txt and directory2\/file3.txt differ<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[136,135],"_links":{"self":[{"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/posts\/939"}],"collection":[{"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/comments?post=939"}],"version-history":[{"count":3,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/posts\/939\/revisions"}],"predecessor-version":[{"id":942,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/posts\/939\/revisions\/942"}],"wp:attachment":[{"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/media?parent=939"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/categories?post=939"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elkano.org\/blog\/wp-json\/wp\/v2\/tags?post=939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}