<p>Rob -</p>
<p>2&gt;&amp;1 means send stderr output to the current stdout file handle. The trouble is, you have not yet changed the stdout file handle, so stderr is still going to the console. Put the initial, stdout, redirect first; like this:</p>

<p>et.x86 &gt; 2&gt;&amp;1 ~/tce.log</p>
<p>- Bruce</p>
<p><blockquote type="cite">On Mar 30, 2010 2:47 AM, &quot;Robert E. Coutch&quot; &lt;<a href="mailto:robert.coutch@verizon.net">robert.coutch@verizon.net</a>&gt; wrote:<br><br>Hi,<br>
<br>
I have a program that while it runs is constantly dumping information to the<br>
console.<br>
I am running this in KDE&#39;s console (KDE 4.3.5).<br>
I want to capture this data so I did the following:<br>
<br>
et.x86 2&gt;&amp;1&gt; ~/.tce.log<br>
<br>
et.x86 is the executable.<br>
The file .tce.log is created in my home directory.<br>
The file contains no data even though the console is filled with text from the<br>
program.<br>
<br>
Am I missing something?<br>
Is there a way to grab text directly from the console window (from a bash<br>
script)?<br>
<br>
<br>
Thanks for any help on this,<br>
<br>
Rob<br>
_______________________________________________<br>
wplug mailing list<br>
<a href="mailto:wplug@wplug.org">wplug@wplug.org</a><br>
<a href="http://www.wplug.org/mailman/listinfo/wplug" target="_blank">http://www.wplug.org/mailman/listinfo/wplug</a><br>
</blockquote></p>