Comment 3 for bug 290488

Revision history for this message
Timothy Stebbing (tjstebbing-deactivatedaccount) wrote : Re: [Bug 290488] Re: pipe stdin to stdin of 'command' when using -e or --command

On Sun, Nov 30, 2008 at 8:16 PM, Quinlan Pfiffer <email address hidden> wrote:
> Couldn't this be simply done with piping? Unless I'm not understanding, you could ps aux | less just fine, couldn't you? Or you could use the < and > operators. For reference:
> http://www.gnu.org/software/bash/manual/bashref.html#Process-Substitution
>

The objective is to have the output in a new terminal, not the one you
are using; hence why gnome-terminal is part of the command in the
first place.

-tjs