<?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>Quidquid agis &#187; linux</title>
	<atom:link href="http://www.m-schumann.de/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.m-schumann.de</link>
	<description>Michael Schumann - IT und sonst so...</description>
	<lastBuildDate>Fri, 12 Nov 2010 13:46:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Remove doubled spaces with sed</title>
		<link>http://www.m-schumann.de/2009/03/remove-spaces-with-sed/</link>
		<comments>http://www.m-schumann.de/2009/03/remove-spaces-with-sed/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 13:56:08 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IT und co.]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[whitespace]]></category>

		<guid isPermaLink="false">http://www.m-schumann.de/?p=215</guid>
		<description><![CDATA[Use Sed under Unix or Linux to remove double whitespaces by one whitespace character]]></description>
			<content:encoded><![CDATA[<p>Use Sed under Unix or Linux to remove double whitespaces by one whitespace character:<br />
<code>sed 's/ */ /g' oldfile > newfile</code></p>
<p>Reads like: (s, slash, space, space, asterisk, slash, space, slash, g)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m-schumann.de/2009/03/remove-spaces-with-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

