On 2006-03-29, Dale Strickland-Clark <[EMAIL PROTECTED]> wrote:
>> i have a program that works very similar to tail -f in Unix It
>> will need a Ctrl-C in order to break out of the program. I
>> wish to run this program using python (either thru os.system()
>> or some other subprocess modules) and
[EMAIL PROTECTED] wrote:
> hi
> i have a program that works very similar to tail -f in Unix
> It will need a Ctrl-C in order to break out of the program.
> I wish to run this program using python (either thru os.system() or
> some other subprocess modules) and how can i pass Ctrl-C to this
> progr
hi
i have a program that works very similar to tail -f in Unix
It will need a Ctrl-C in order to break out of the program.
I wish to run this program using python (either thru os.system() or
some other subprocess modules) and how can i pass Ctrl-C to this
program to terminate it in python?
thanks