On Thu, Dec 29, 2011 at 12:51 PM, John BORIS <[email protected]> wrote: > > Just to recap, I tried > sh -iv |& tee /tmp/log with tail -f /tmp/log > run-my-program | tee /tmp/log > run-my-program | tee -a /tmp/log > run-my-program 2>&1 > > None of these worked. > > This is a SCO 5.0.6 system and it is a COBOL program which is run > through a runtime. >
What about setting your terminal's scrollback buffer to unlimited, then save the buffer? I know many can do this, like knosole. I don't see the option in gnome-terminal though. I'm pretty sure putty has it too, but don't have it handy to check. _______________________________________________ Tech mailing list [email protected] https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
