{"id":170,"date":"2008-04-16T09:27:52","date_gmt":"2008-04-16T17:27:52","guid":{"rendered":"http:\/\/jim-zimmerman.com\/blog\/?p=170"},"modified":"2014-01-02T11:47:25","modified_gmt":"2014-01-02T18:47:25","slug":"how-to-find-files-modified-in-the-last-24-hours-using-find","status":"publish","type":"post","link":"https:\/\/jim-zimmerman.com\/?p=170","title":{"rendered":"How to find files modified in the last 24 hours using find."},"content":{"rendered":"<p>I never seem to remember this.  I always forget that it is the 0.  I have used this on linux and unix.<\/p>\n<p>find . -type f  -mtime 0<\/p>\n<p>How to find more than one name pattern:<\/p>\n<p>find \/tmp -name *.abc -o -name *.def -o -name *.ghi -o -name *.jkl -type f -print<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I never seem to remember this. I always forget that it is the 0. I have used this on linux and unix. find . -type f -mtime 0 How to find more than one name pattern: find \/tmp -name *.abc -o -name *.def -o -name *.ghi -o -name *.jkl -type f -print<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[73],"class_list":["post-170","post","type-post","status-publish","format-standard","hentry","category-documentation","tag-find"],"share_on_mastodon":{"url":"","error":""},"_links":{"self":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=170"}],"version-history":[{"count":2,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/170\/revisions"}],"predecessor-version":[{"id":1029,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=\/wp\/v2\/posts\/170\/revisions\/1029"}],"wp:attachment":[{"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=170"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=170"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jim-zimmerman.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}