On Mon, 10 May 1999, Iftach Hyams wrote:
>Is there a way for introducing the STDOUT of a command in a
>text/label control inside a WISH ?
>It can be done in another terminal by using something like :
>
>touch /tmp/myfile
>xterm -e tail -f /tmp/myfile &
>mycommand | tee -a /tmp/myfile
If you mean
Is there a way for introducing the STDOUT of a command in a
text/label control inside a WISH ?
It can be done in another terminal by using something like :
touch /tmp/myfile
xterm -e tail -f /tmp/myfile &
mycommand | tee -a /tmp/myfile
Thank you,
Iftach
---