<?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: What does &#8220;&gt; /dev/null 2&gt;&amp;1&#8243; mean?</title>
	<atom:link href="http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Gaurav Jain</title>
		<link>http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/#comment-19840</link>
		<dc:creator>Gaurav Jain</dc:creator>
		<pubDate>Fri, 20 Jan 2012 03:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=154#comment-19840</guid>
		<description>Just to add here, there also exists the following:

command &amp;&gt;filename

Above redirects STDOUT as well as STDERR of the command to file-name.</description>
		<content:encoded><![CDATA[<p>Just to add here, there also exists the following:</p>
<p>command &amp;&gt;filename</p>
<p>Above redirects STDOUT as well as STDERR of the command to file-name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LinuxViaMac</title>
		<link>http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/#comment-19653</link>
		<dc:creator>LinuxViaMac</dc:creator>
		<pubDate>Mon, 26 Sep 2011 00:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=154#comment-19653</guid>
		<description>Yay! Now I can surpress output in a nonconformist way that shows off my secret knowledge:

echo blah &gt;&amp;2&gt; /dev/null</description>
		<content:encoded><![CDATA[<p>Yay! Now I can surpress output in a nonconformist way that shows off my secret knowledge:</p>
<p>echo blah &gt;&amp;2&gt; /dev/null</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laika</title>
		<link>http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/#comment-19589</link>
		<dc:creator>Laika</dc:creator>
		<pubDate>Mon, 22 Aug 2011 15:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=154#comment-19589</guid>
		<description>Thanks, short, concise and clear: it&#039;s a pleasure to find such an answer to my question.

Laike,
still orbiting</description>
		<content:encoded><![CDATA[<p>Thanks, short, concise and clear: it&#8217;s a pleasure to find such an answer to my question.</p>
<p>Laike,<br />
still orbiting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Purvez</title>
		<link>http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/#comment-19587</link>
		<dc:creator>Purvez</dc:creator>
		<pubDate>Sun, 21 Aug 2011 09:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=154#comment-19587</guid>
		<description>@Xaprb Some posts are TIMELESS.  5 Years later I found this useful too!!  Thanks.</description>
		<content:encoded><![CDATA[<p>@Xaprb Some posts are TIMELESS.  5 Years later I found this useful too!!  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod Elias</title>
		<link>http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/#comment-19524</link>
		<dc:creator>Rod Elias</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=154#comment-19524</guid>
		<description>@Gohar Sultan
Are you using csh?
If so,

man csh

&gt;&amp; name
&gt;&amp;! name

The file name is used as standard output. If the file does not exist then it is created; if the file exists, it is truncated, its previous contents being lost.

If the shell variable noclobber is set, then the file must not exist or be a character special file (e.g., a terminal or ‘/dev/null’) or an error results. This helps prevent accidental destruction of files. In this case the `!’ forms can used to suppress this check.

The forms involving `&amp;’ route the diagnostic output into the specified file as well as the standard output. name is expanded in the same way as `&lt;&#039; input filenames are.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>@Gohar Sultan<br />
Are you using csh?<br />
If so,</p>
<p>man csh</p>
<p>&gt;&amp; name<br />
&gt;&amp;! name</p>
<p>The file name is used as standard output. If the file does not exist then it is created; if the file exists, it is truncated, its previous contents being lost.</p>
<p>If the shell variable noclobber is set, then the file must not exist or be a character special file (e.g., a terminal or ‘/dev/null’) or an error results. This helps prevent accidental destruction of files. In this case the `!’ forms can used to suppress this check.</p>
<p>The forms involving `&amp;’ route the diagnostic output into the specified file as well as the standard output. name is expanded in the same way as `&lt;&#039; input filenames are.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

