Demonstrating your play ground


Some times you want to show the other people what you are doing in the terminal

To do so go to the shell you want to show to the other people & use the following

#shell_name -i |& tee /tmp/show
i.e.
#bash -i |& tee /tmp/show

In other shells people can view what you are doing by just typing

$tail -f /tmp/show

Comments

Popular posts from this blog

Using a Self signed Certificate to Run Apache2 under SSL

IPS (Image Packaging system) in Solaris 10