{"id":9240,"date":"2021-07-20T23:15:03","date_gmt":"2021-07-21T06:15:03","guid":{"rendered":"http:\/\/www.yuleshow.com\/?p=9240"},"modified":"2021-07-20T23:15:03","modified_gmt":"2021-07-21T06:15:03","slug":"delete-mac-_-dotfile-from-ubuntu","status":"publish","type":"post","link":"https:\/\/www.yuleshow.com\/?p=9240","title":{"rendered":"Delete Mac ._ dotfile under ubuntu"},"content":{"rendered":"\n<p>Using <code>find<\/code>, from the parent, recursively:<\/p>\n\n\n<pre class=\"wp-block-code\"><code>find . -type f -name '._*'\n<\/code><\/pre>\n\n\n<p>After checking append <code>-delete<\/code> to remove the files:<\/p>\n\n\n<pre class=\"wp-block-code\"><code>find . -type f -name '._*' -delete\n<\/code><\/pre>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Using find, from the parent, recursively: After checking append -delete to remove the files:<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[43],"tags":[],"class_list":["post-9240","post","type-post","status-publish","format-standard","hentry","category-linux"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=\/wp\/v2\/posts\/9240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9240"}],"version-history":[{"count":0,"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=\/wp\/v2\/posts\/9240\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yuleshow.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}