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!
439fda51-48b9-4e85-b676-aa503df7242a|0|.0