<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Delete blank lines with sed'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Thu, 09 Apr 2026 14:48:46 +0000</lastBuildDate>
    <item>
      <title>bubnoff said on 21/May/2011</title>
      <link>https://snipplr.com/view/53325/delete-blank-lines-with-sed</link>
      <description>&lt;p&gt;Used in conjuction with http://snipplr.com/view/53323/merge-lines-with-sed/ and tr to prettify clunky Sybase output for collection codes. Basically just saves a tree.&#13;
&#13;
`sed -e '$!N;s/\n/ /' -e '/^[\t ]*$/d' collection_codes.txt | tr -s ' ' &gt;collection_codes_pretty_print.txt`&lt;/p&gt;</description>
      <pubDate>Sat, 21 May 2011 03:04:11 UTC</pubDate>
      <guid>https://snipplr.com/view/53325/delete-blank-lines-with-sed</guid>
    </item>
  </channel>
</rss>
