On Feb 3, 2008, at 7:15 PM, Joseph L. Casale wrote:
I need to see what is happening on the local console to see the status of something I left running, is there a way to do this?
The easiest thing that I can think of is using 'screen' or something. You have to run screen before you run the application you want to "watch", and then with screen -x, you can view/interact with the screen...
Steve