<?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 18:05:37 +0000</lastBuildDate>
    <item>
      <title>(Bash) strip lines from multiple files - powerthru</title>
      <link>https://snipplr.com/view/42039/strip-lines-from-multiple-files</link>
      <description>&lt;p&gt;This removes the first six lines from a set of .csv files and writes them to a subdirectory, using awk&lt;/p&gt;</description>
      <pubDate>Mon, 11 Oct 2010 12:22:53 UTC</pubDate>
      <guid>https://snipplr.com/view/42039/strip-lines-from-multiple-files</guid>
    </item>
    <item>
      <title>(Bash) strip text from the middle of all filenames in a directory - powerthru</title>
      <link>https://snipplr.com/view/42038/strip-text-from-the-middle-of-all-filenames-in-a-directory</link>
      <description>&lt;p&gt;Expects all files to be in the current directory; does not recurse into subdirectories. Replace "TEXTTOREMOVE" with the text you wish to remove from the filename. Replace *.csv with a search term appropriate for your situation.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Oct 2010 11:23:33 UTC</pubDate>
      <guid>https://snipplr.com/view/42038/strip-text-from-the-middle-of-all-filenames-in-a-directory</guid>
    </item>
    <item>
      <title>(Bash) strip leading text from all filenames in a directory - powerthru</title>
      <link>https://snipplr.com/view/42037/strip-leading-text-from-all-filenames-in-a-directory</link>
      <description>&lt;p&gt;Execute on the command line. Assumes all files are in the current directory; does not recurse into subdirectories. Replace "*.html" with correct search term for your situation; replace "FS-" with the leading text you wish to remove. This example removes the text FS-  from all files which end in .html&lt;/p&gt;</description>
      <pubDate>Mon, 11 Oct 2010 11:11:15 UTC</pubDate>
      <guid>https://snipplr.com/view/42037/strip-leading-text-from-all-filenames-in-a-directory</guid>
    </item>
  </channel>
</rss>
