{"id":1474,"date":"2025-03-30T12:22:17","date_gmt":"2025-03-30T12:22:17","guid":{"rendered":"https:\/\/www.labiol.xyz\/?p=1474"},"modified":"2025-03-30T12:33:41","modified_gmt":"2025-03-30T12:33:41","slug":"various-helpful-linux-commands-for-file-manipulations","status":"publish","type":"post","link":"https:\/\/www.labiol.xyz\/index.php\/2025\/03\/30\/various-helpful-linux-commands-for-file-manipulations\/","title":{"rendered":"Various helpful Linux commands for file manipulations"},"content":{"rendered":"\n<p>Change file name for all files that contains &#8220;[any text]&#8221; substring to the same name without that.<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>find . -type f -print0 | xargs -0 -I {} bash -c &#39;old_name=&quot;{}&quot;; \\\nnew_name=$(echo &quot;$old_name&quot; | sed -E &quot;s\/\\[.*?\\]\/\/g&quot;); \\\necho &quot;New name \\&quot;$new_name\\&quot;&quot;; \\\nmv &quot;$old_name&quot; &quot;$new_name&quot;&#39;<\/code><\/pre><\/div>\n\n\n\n<p> <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Change file name for all files that contains &#8220;[any text]&#8221; substring to the same name without that.<\/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":[8,50],"class_list":["post-1474","post","type-post","status-publish","format-standard","hentry","category-linux","tag-linux","tag-linux-commands"],"_links":{"self":[{"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1474","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=1474"}],"version-history":[{"count":5,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1474\/revisions"}],"predecessor-version":[{"id":1479,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1474\/revisions\/1479"}],"wp:attachment":[{"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=1474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/categories?post=1474"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/tags?post=1474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}