<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Fri, 16 May 2008 19:24:00 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Strip newline chars 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/513/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/513/comments/</comments>
		<pubDate>Fri, 03 Nov 2006 12:07:53 +0000</pubDate>
		<dc:creator>jarfil</dc:creator>
		<category>"Command Line", Perl</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/513/</guid>
		<description>
			<![CDATA[
				<p>I've found it kind of complicated to strip newline chars from a file with just the commandline. This tiny piece of code does just that.<br /><br />I've found it especially useful when extracting tabulated data from a grabbed site where each cell is on a different html line. This way I can pre-filter the html, remove the newlines, and insert them again at register boundaries (row end in this case), so that with just a couple more replacement from within a regex enabled text editor I can copy&paste it directly to a database.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>