<?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>indiWiz.com &#187; shell</title>
	<atom:link href="http://indiwiz.com/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiwiz.com</link>
	<description>Subhash&#039;s Tech Log</description>
	<lastBuildDate>Wed, 03 Mar 2010 13:24:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Linux: Diff between two folders</title>
		<link>http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/</link>
		<comments>http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 05:10:36 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=577</guid>
		<description><![CDATA[To find the files which are in one and not in the other: $ diff -r folder1/ folder2/ To find the file content differences: $ diff -r -N folder1/ folder2/ Share this on del.icio.us Digg this! Post this on Diigo Share this on Facebook Share this on LinkedIn Share this on Reddit]]></description>
			<content:encoded><![CDATA[<p>To find the files which are in one and not in the other:</p>
<pre>
$ diff -r folder1/ folder2/
</pre>
<p>To find the file content differences:</p>
<pre>
$ diff -r -N folder1/ folder2/
</pre>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/&amp;title=Linux%3A+Diff+between+two+folders" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/&amp;title=Linux%3A+Diff+between+two+folders" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/&amp;title=Linux%3A+Diff+between+two+folders&amp;desc=To%20find%20the%20files%20which%20are%20in%20one%20and%20not%20in%20the%20other%3A%0D%0A%0D%0A%0D%0A%24%20diff%20-r%20folder1%2F%20folder2%2F%0D%0A%0D%0A%0D%0ATo%20find%20the%20file%20content%20differences%3A%0D%0A%0D%0A%0D%0A%24%20diff%20-r%20-N%20folder1%2F%20folder2%2F%0D%0A" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/&amp;t=Linux%3A+Diff+between+two+folders" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/&amp;title=Linux%3A+Diff+between+two+folders&amp;summary=To%20find%20the%20files%20which%20are%20in%20one%20and%20not%20in%20the%20other%3A%0D%0A%0D%0A%0D%0A%24%20diff%20-r%20folder1%2F%20folder2%2F%0D%0A%0D%0A%0D%0ATo%20find%20the%20file%20content%20differences%3A%0D%0A%0D%0A%0D%0A%24%20diff%20-r%20-N%20folder1%2F%20folder2%2F%0D%0A&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/&amp;title=Linux%3A+Diff+between+two+folders" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/11/15/linux-diff-between-two-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crontab quickies</title>
		<link>http://indiwiz.com/2009/06/16/crontab-quickies/</link>
		<comments>http://indiwiz.com/2009/06/16/crontab-quickies/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 09:24:21 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=325</guid>
		<description><![CDATA[When searching the Web for setting hourly cron job, I was pleasantly introduced to a simplified syntax: @hourly &#60;application&#62; For understanding the shortcut commands, go through the complete documentation of the crontab syntax by typing man 5 crontab in your command-prompt. Share this on del.icio.us Digg this! Post this on Diigo Share this on Facebook [...]]]></description>
			<content:encoded><![CDATA[<p>When searching the Web for setting hourly cron job, I was pleasantly introduced to a simplified syntax:</p>
<pre>
@hourly &lt;application&gt;
</pre>
<p>For understanding the shortcut commands, go through the complete documentation of the crontab syntax by typing <tt>man 5 crontab</tt> in your command-prompt.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/06/16/crontab-quickies/&amp;title=Crontab+quickies" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/06/16/crontab-quickies/&amp;title=Crontab+quickies" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/06/16/crontab-quickies/&amp;title=Crontab+quickies&amp;desc=When%20searching%20the%20Web%20for%20setting%20hourly%20cron%20job%2C%20I%20was%20pleasantly%20introduced%20to%20a%20simplified%20syntax%3A%0D%0A%0D%0A%0D%0A%40hourly%20%26lt%3Bapplication%26gt%3B%0D%0A%0D%0A%0D%0AFor%20understanding%20the%20shortcut%20commands%2C%20go%20through%20the%20complete%20documentation%20of%20the%20crontab%20syntax%20by%20typing%20man%205%20crontab%20in%20your%20command-prompt." rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/06/16/crontab-quickies/&amp;t=Crontab+quickies" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/06/16/crontab-quickies/&amp;title=Crontab+quickies&amp;summary=When%20searching%20the%20Web%20for%20setting%20hourly%20cron%20job%2C%20I%20was%20pleasantly%20introduced%20to%20a%20simplified%20syntax%3A%0D%0A%0D%0A%0D%0A%40hourly%20%26lt%3Bapplication%26gt%3B%0D%0A%0D%0A%0D%0AFor%20understanding%20the%20shortcut%20commands%2C%20go%20through%20the%20complete%20documentation%20of%20the%20crontab%20syntax%20by%20typing%20man%205%20crontab%20in%20your%20command-prompt.&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/06/16/crontab-quickies/&amp;title=Crontab+quickies" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/06/16/crontab-quickies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
