On Tue, 5 Sep 2000, 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.
=
Put an ambersand at the end of the command, i.e.,
xterm -e ps aux | grep emacs &
hth,
kf
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list