On Thu, Dec 29, 2011 at 3:09 PM, John BORIS <[email protected]> wrote:
> I think a capture will do it just have to download Putty and install
> it.

You could always try using truss with the command and a large value
for -b to capture the data being sent to read()/write().  Send the
output to a file and then just go through and look for wherever
there's a write() call to the appropriate file descriptor.  You could
also tell truss to limit which syscalls it's reporting on.  Shouldn't
be too difficult.

Alternatively (and maybe even more simply), if your program doesn't
require too much in the way of actual terminal emulation to work, you
could always set your TERM to "dumb" and treat your screen as a
straight dumb terminal with no capabilities.

Travis
-- 
Travis Campbell
[email protected]
_______________________________________________
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/

Reply via email to