<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 06:02:23 +0000</lastBuildDate>
    <item>
      <title>(Bash) UNIX regexp search down a directory tree - jarnaldich</title>
      <link>https://snipplr.com/view/44246/unix-regexp-search-down-a-directory-tree</link>
      <description>&lt;p&gt;Searches down the current directory every file whose name matches (case insensitively) {{file_pattern}} for the regexp {{text}}.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2010 18:28:37 UTC</pubDate>
      <guid>https://snipplr.com/view/44246/unix-regexp-search-down-a-directory-tree</guid>
    </item>
    <item>
      <title>(Bash) Batch rename with wildcard support in Unix - jarnaldich</title>
      <link>https://snipplr.com/view/39769/batch-rename-with-wildcard-support-in-unix</link>
      <description>&lt;p&gt;To rename a bunch of files from "*.foo" to "*.bar" (like windows' REN *.foo *.bar) in unix.&#13;
&#13;
Looking at the solution, it is easy to adapt it to more powerful character substitutions on  a 1 to 1 basis.&#13;
&#13;
If you want to test what will be executed before doing so, just drop the last pipe.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Sep 2010 03:53:11 UTC</pubDate>
      <guid>https://snipplr.com/view/39769/batch-rename-with-wildcard-support-in-unix</guid>
    </item>
  </channel>
</rss>
