<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Delete blank lines with sed'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 12:28:50 GMT</pubDate>
<item>
<title>bubnoff said on 5/21/11</title>
<link>http://snipplr.com/view/53325/delete-blank-lines-with-sed/</link>
<description><![CDATA[ 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.

`sed -e '$!N;s/\n/ /' -e '/^[\t ]*$/d' collection_codes.txt | tr -s ' ' >collection_codes_pretty_print.txt` ]]></description>
<pubDate>Sat, 21 May 2011 03:04:11 GMT</pubDate>
<guid>http://snipplr.com/view/53325/delete-blank-lines-with-sed/</guid>
</item>
</channel>
</rss>