<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shuvalov Lev &#187; sed</title>
	<atom:link href="http://shuvalov.com/tag/sed/feed/" rel="self" type="application/rss+xml" />
	<link>http://shuvalov.com</link>
	<description>system administrator</description>
	<lastBuildDate>Fri, 20 Apr 2012 09:24:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>remove ^M, conver end of sting from dos to unix</title>
		<link>http://shuvalov.com/remove-m-conver-end-of-sting-from-dos-to-unix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-m-conver-end-of-sting-from-dos-to-unix</link>
		<comments>http://shuvalov.com/remove-m-conver-end-of-sting-from-dos-to-unix/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:08:15 +0000</pubDate>
		<dc:creator>Lev Shuvalov</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://administrator-system.com/system-administrator/?p=106</guid>
		<description><![CDATA[cat input_filename &#124; sed 's/r//' &#62; output_filename]]></description>
			<content:encoded><![CDATA[<p><code><br />
cat input_filename | sed 's/r//' &gt; output_filename<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://shuvalov.com/remove-m-conver-end-of-sting-from-dos-to-unix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

