I want to be able to run my Python scripts in one terminal but to print the useful output to another terminal on the same machine. Having the ability to refresh the terminal with the useful output would also be good because then the useful out can be built up incrementally as though its printing out. How can I do this?
I have googled this but most answers relate to using things like 'write' and 'talk'. With 'write' I can send messages to another terminal but there isn’t much control over which window or refreshing/clearing the screen. I am using Ubuntu Trusty Tahr
/dev/pts/...
device. If that doesn't answer your problem, let me know. – Oli Jul 15 '14 at 15:09