{"id":917,"date":"2021-04-18T00:11:00","date_gmt":"2021-04-17T16:11:00","guid":{"rendered":"https:\/\/wp.vicds.com\/?p=917"},"modified":"2021-05-09T07:31:44","modified_gmt":"2021-05-08T23:31:44","slug":"windows-batch-file-to-delete-folders-older-than-x-days","status":"publish","type":"post","link":"https:\/\/wp.vicds.com\/?p=917","title":{"rendered":"windows batch file to delete folders older than x days"},"content":{"rendered":"\n<p># \u767c\u73fe\u9019\u500b\u6771\u897f\u5e38\u5e38\u6703\u7528\u5230\u53ef\u662f\u8001\u662f\u5fd8\u4e86\u6307\u4ee4&#8230;<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-\">forfiles \/p &quot;D:\\Programmi Installati\\&quot; \/d -1 \/c &quot;cmd \/c if @isdir==true echo rd \/s \/q @path&quot;<\/code><\/pre>\n\n\n\n<p># \u53e6\u4e00\u7a2e\u6307\u4ee4\u522a\u67d0\u540d\u5b57\u958b\u982d<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-\">forfiles \/p &quot;D:\\Programmi Installati\\&quot; \/m &quot;log_*&quot; \/d -1 \/c &quot;cmd \/c if @isdir==true echo rd \/s \/q @path&quot;<\/code><\/pre>\n\n\n\n<p># Linux<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-\">find \/path\/to\/directory\/ -mindepth 1 -mtime +5 -delete -type f\n\nfind \/var\/log -name &quot;*.log&quot; -type f -mtime +30 \nfind \/var\/log -name &quot;*.log&quot; -type f -mtime +30 -delete \n\n# \u76ee\u9304\nfind \/var\/log -type d -mtime +90 \nfind \/var\/log -type d -mtime +30 -exec rm -rf {} \\; <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p># \u767c\u73fe\u9019\u500b\u6771\u897f\u5e38\u5e38\u6703\u7528\u5230\u53ef\u662f\u8001\u662f\u5fd8\u4e86\u6307\u4ee4&#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-917","post","type-post","status-publish","format-standard","hentry","category-windows"],"_links":{"self":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=917"}],"version-history":[{"count":8,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/917\/revisions"}],"predecessor-version":[{"id":967,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=\/wp\/v2\/posts\/917\/revisions\/967"}],"wp:attachment":[{"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=917"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=917"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.vicds.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}