On Tue, 2002-03-05 at 17:07, Jonn-Paul Lambie wrote:

> Is there a way I can output the results of a command such as "tail -f
> /var/log/messages | grep sshd" and out put the results to a different
> tty? i.e. tty2

nohup tail -f /var/log/messages | fgrep sshd > /dev/tty2 &

Cheers, Rex


Reply via email to