<?xml version="1.0" encoding="windows-1252"?>
<node id="648226" title="Re: perl and shell" created="2007-10-31 07:54:00" updated="2007-10-31 03:54:00">
<type id="11">
note</type>
<author id="505944">
sen</author>
<data>
<field name="doctext">
&lt;p&gt;Hi, the redirect options are:

&lt;p&gt;scriptname &gt;filename redirects the output of scriptname to file filename. Overwrite filename if it already exists.
&lt;p&gt;command &amp;&gt;filename redirects both the stdout and the stderr of command to filename.
&lt;p&gt;command &gt;&amp;2 redirects stdout of command to stderr.
&lt;p&gt;scriptname &gt;&gt;filename appends the output of scriptname to file filename. If filename does not already exist, it is created.

&lt;p&gt;If you need the ouput, redirect to file, else redirect to null</field>
<field name="root_node">
648224</field>
<field name="parent_node">
648224</field>
</data>
</node>
