<?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>Chronicles from Edinburgh &#187; bash</title>
	<atom:link href="http://www.micheledallatorre.it/blog/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micheledallatorre.it/blog</link>
	<description>[.::MDT::.] on the Internet</description>
	<lastBuildDate>Sun, 20 Dec 2009 00:04:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Linux bash: how to sort a file</title>
		<link>http://www.micheledallatorre.it/blog/2009/04/30/linux-bash-how-to-sort-a-file/</link>
		<comments>http://www.micheledallatorre.it/blog/2009/04/30/linux-bash-how-to-sort-a-file/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 21:33:53 +0000</pubDate>
		<dc:creator>MDT</dc:creator>
				<category><![CDATA[delicious]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.micheledallatorre.it/blog/2009/04/30/linux-bash-how-to-sort-a-file/</guid>
		<description><![CDATA[I just discovered that there is already one sort command in the linux bash! Simply use the following code to sort your dict.txt file and output the result to mydict.txt: sort dict.txt &#62; mydict.txt Share this on del.icio.us Digg this! Share this on Facebook Email this via Gmail Post on Google Buzz Share this on [...]]]></description>
		<wfw:commentRss>http://www.micheledallatorre.it/blog/2009/04/30/linux-bash-how-to-sort-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

