Is there a way, using python, to (voluntarily) log all activity in a
given shell, in a way that should work on pretty much all *ix's with a
port of python?
On 2005-08-23, Dan Stromberg <strombrg@dcs.n ac.uci.edu> wrote:[color=blue]
>
> Is there a way, using python, to (voluntarily) log all activity in a
> given shell, in a way that should work on pretty much all *ix's with a
> port of python?[/color]
Yes. Assuming the Unix implimentation has ptys.
--
Grant Edwards grante Yow! Excuse me, but didn't
at I tell you there's NO HOPE
visi.com for the survival of OFFSET
PRINTING?
Dan Stromberg wrote:[color=blue]
> Is there a way, using python, to (voluntarily) log all activity in a
> given shell, in a way that should work on pretty much all *ix's with a
> port of python?[/color]
If it's just a simple transcript you're wanting see "man script".
--
Benji York
Comment