Home >

DEMO TO MULTIPLE TERMINALS in Linux

8. March 2011

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

That's it!

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading