{"id":260,"date":"2009-07-31T11:32:28","date_gmt":"2009-07-31T16:32:28","guid":{"rendered":"http:\/\/www.1oc.com\/blog\/?p=260"},"modified":"2009-07-31T11:32:28","modified_gmt":"2009-07-31T16:32:28","slug":"deleting-multiple-files-with-one-command","status":"publish","type":"post","link":"http:\/\/blog.1oc.com\/?p=260","title":{"rendered":"Deleting multiple files with one command"},"content":{"rendered":"<p>I&#8217;ve encountered many times the need to remove multiple files where the &#8220;rm&#8221; command didn&#8217;t work.<\/p>\n<p>For example when you have a temporal directory with &#8220;to many files&#8221; the remove command (rm) does NOT work<\/p>\n<p>I fixed it with this one:<\/p>\n<p><strong><em>find . -name &#8220;.._.fstemp*&#8221; -exec rm -rf {} ;<\/em><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve encountered many times the need to remove multiple files where the &#8220;rm&#8221; command didn&#8217;t work. For example when you have a temporal directory with &#8220;to many files&#8221; the remove command (rm) does NOT work I fixed it with this &hellip; <a href=\"http:\/\/blog.1oc.com\/?p=260\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,9],"tags":[],"class_list":["post-260","post","type-post","status-publish","format-standard","hentry","category-mac-server","category-unix"],"_links":{"self":[{"href":"http:\/\/blog.1oc.com\/index.php?rest_route=\/wp\/v2\/posts\/260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blog.1oc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.1oc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.1oc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.1oc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=260"}],"version-history":[{"count":0,"href":"http:\/\/blog.1oc.com\/index.php?rest_route=\/wp\/v2\/posts\/260\/revisions"}],"wp:attachment":[{"href":"http:\/\/blog.1oc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=260"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.1oc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=260"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.1oc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}