<?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>Simple Difference &#187; Linux</title>
	<atom:link href="http://fendy.simpledifference.net/blog/archives/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://fendy.simpledifference.net/blog</link>
	<description>To be Simple to make a Difference</description>
	<lastBuildDate>Sat, 08 Jan 2011 04:16:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Linux cheat sheet</title>
		<link>http://fendy.simpledifference.net/blog/archives/11</link>
		<comments>http://fendy.simpledifference.net/blog/archives/11#comments</comments>
		<pubDate>Mon, 29 Dec 2008 16:16:12 +0000</pubDate>
		<dc:creator>s1mple</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Triks]]></category>

		<guid isPermaLink="false">http://fendy.simpledifference.net/blog/?p=11</guid>
		<description><![CDATA[- show disk usage: du - show disk capacity: df - search word from file inside directory: find /start/dir -exec grep -q my_search_word {} \; -print - search files with specific name inside directory (HP-Unix, maxdepth=1): find . \( ! -name . -prune \) \( -name &#8220;*TEST1*.ps&#8221; -o -name &#8220;*TEST2*.ps&#8221; \) -mtime +30 -type f [...]]]></description>
		<wfw:commentRss>http://fendy.simpledifference.net/blog/archives/11/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

