<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Sending Email Alerts Through Cron</title>
	<atom:link href="http://www.nixtutor.com/linux/sending-email-alerts-through-cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nixtutor.com/linux/sending-email-alerts-through-cron/</link>
	<description>Helping you Learn Linux</description>
	<lastBuildDate>Sun, 14 Feb 2010 17:54:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jordan</title>
		<link>http://www.nixtutor.com/linux/sending-email-alerts-through-cron/comment-page-1/#comment-773</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=996#comment-773</guid>
		<description>@Thomas:
&quot;2&gt;&amp;1&quot; tells the shell to redirect standard error to standard output. Without it, we would still get e-mails if the script printed anything on standard error.

Check out &quot;Redirection&quot; under the sh(1) man page (run &quot;man 1 sh&quot;) or google &quot;shell i/o redirection&quot; for more info.</description>
		<content:encoded><![CDATA[<p>@Thomas:<br />
&#8220;2&gt;&amp;1&#8243; tells the shell to redirect standard error to standard output. Without it, we would still get e-mails if the script printed anything on standard error.</p>
<p>Check out &#8220;Redirection&#8221; under the sh(1) man page (run &#8220;man 1 sh&#8221;) or google &#8220;shell i/o redirection&#8221; for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.nixtutor.com/linux/sending-email-alerts-through-cron/comment-page-1/#comment-707</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 30 Jul 2009 22:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=996#comment-707</guid>
		<description>What does &quot;2&gt;&amp;1&quot; mean in &quot;script.sh &gt;/dev/null 2&gt;&amp;1&quot;?</description>
		<content:encoded><![CDATA[<p>What does &#8220;2&gt;&amp;1&#8243; mean in &#8220;script.sh &gt;/dev/null 2&gt;&amp;1&#8243;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
