{"id":79,"date":"2008-09-03T22:45:00","date_gmt":"2008-09-03T22:45:00","guid":{"rendered":"http:\/\/wp.neependra.net\/?p=79"},"modified":"2008-09-03T22:45:00","modified_gmt":"2008-09-03T22:45:00","slug":"deleting-a-speical-character-file","status":"publish","type":"post","link":"https:\/\/neependra.net\/index.php\/2008\/09\/03\/deleting-a-speical-character-file\/","title":{"rendered":"Deleting a speical character file"},"content":{"rendered":"<pre wrap=\"\">Sometimes we need to delete a <span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_3\" id=\"textmarked_2\"><\/span>special <span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_2\" id=\"textmarked_1\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_1\" id=\"textmarked_0\"><\/span>character file, which we can not delete with normal rm command.So here is the solution...delete it with the help inode number.<span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_19\" id=\"textmarked_18\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_18\" id=\"textmarked_17\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_17\" id=\"textmarked_16\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_16\" id=\"textmarked_15\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_15\" id=\"textmarked_14\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_14\" id=\"textmarked_13\"><\/span><br \/><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_13\" id=\"textmarked_12\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_12\" id=\"textmarked_11\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_11\" id=\"textmarked_10\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_10\" id=\"textmarked_9\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_9\" id=\"textmarked_8\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_8\" id=\"textmarked_7\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_7\" id=\"textmarked_6\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_6\" id=\"textmarked_5\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_5\" id=\"textmarked_4\"><\/span><span style=\"background-color: rgb(255, 255, 0);\" name=\"textmarker_4\" id=\"textmarked_3\"><\/span><br \/>$find . -inum __inode number from ls -i of the file __ -exec rm {} \\;<inode><\/inode><inode><\/inode><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes we need to delete a special character file, which we can not delete with normal rm command.So here is the solution&#8230;delete it with the help inode number.$find . -inum __inode number from ls -i of the file __ -exec rm {} \\;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[48],"tags":[134],"class_list":["post-79","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-tips-and-tricks"],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/posts\/79","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/comments?post=79"}],"version-history":[{"count":0,"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/posts\/79\/revisions"}],"wp:attachment":[{"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/media?parent=79"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/categories?post=79"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/neependra.net\/index.php\/wp-json\/wp\/v2\/tags?post=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}