|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ Shell Scripting ] "Demo to multiple terminals" - Ülkü SAYILAN - (2004-08-23 11:46:58) [3537] Ever want to show multiple people what you are doing in a shell. In the shell doing the demo type: % csh -i |& tee /tmp/demo or $ csh -i 2>&1 | tee /tmp/demo In the other shells that are going to watch the demo type: % tail -f /tmp/demo Mail to My Friend , Home Page |  |