Latest News Updates

Latest News    

Wednesday 2 February 2011

DEMO TO MULTIPLE TERMINALS


Ever want to show multiple people what you are doing in a shell.

In the shell doing the demo type:

% csh -i 2>&1 | tee /tmp/demo
or
% csh -i |& tee /tmp/demo


In the other shells that are going to watch the demo type:

% tail -f /tmp/demo

That's it!

People who read this post also read :



0 comments:

Post a Comment