TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Direct script to tty1



I have a perl script being run on tty3 by a program and I would like it
to redirect that perl script to display its output and capture input
from tty1. Any ideas?

i have tried
<script-name> >/dev/tty1
<script-name> >/dev/tty1 </dev/tty1

both of these methods will display output from tty3 to tty1, but will
not capture <STDIN> input from tty1 and send it to the script at tty3

Jason J