On Tue, Sep 05, 2000 at 12:55:36PM -0500, Thomas R. Shannon wrote:
> I've looked through the man page and I just can't find how to do this.
> I'd like to start a command in a new terminal, let's say for instance:
> 
> xterm -e ps aux | grep emacs
> 
> and then leave the terminal open so that I can view the results of the
> command and any error messages.

try this:

ps aux | grep emacs | gless

-- 
Steve Borho                       Voice:  314-439-8342
Member of Technical Staff
Celox Networks Inc                http://www.ietf.org/rfc/rfc1925.txt



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to