{"id":28,"date":"2012-11-06T01:23:32","date_gmt":"2012-11-06T09:23:32","guid":{"rendered":"http:\/\/blog.ls-al.com\/?p=28"},"modified":"2012-11-06T01:23:32","modified_gmt":"2012-11-06T09:23:32","slug":"find-and-remove-old-files-on-linux","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/find-and-remove-old-files-on-linux\/","title":{"rendered":"Find and Remove Old Files on Linux"},"content":{"rendered":"
bash-3.00# find FOO\/*bar* -mtime +30 -exec ls -lh {} \\;\r\n-rwxrwxrwx 1 143 staff 16G Jul 13 04:08 FOO\/bar_backup_201207130403.bak\r\n...snip\r\n-rwxrwxrwx 1 143 staff 16G Sep 12 18:34 FOO\/bar_backup_201209121827.bak\r\n\r\nbash-3.00# find FOO\/*bar* -mtime +30 -exec rm -f {} \\;\r\n\r\nbash-3.00# find FOO\/*bar* -mtime +30 -exec ls -lh {} \\;<\/pre>\n","protected":false},"excerpt":{"rendered":"bash-3.00# find FOO\/*bar* -mtime +30 -exec ls -lh {} \\; -rwxrwxrwx 1 143 staff 16G Jul 13 04:08 FOO\/bar_backup_201207130403.bak …snip<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,9],"tags":[],"class_list":["post-28","post","type-post","status-publish","format-standard","hentry","category-bash","category-linux"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":0,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/28\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=28"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=28"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}