On 28 January 2014 21:52, leam hall wrote:
> Python tutorial for 2.6 (using 2.4 -- don't ask), first code blurb under
> 17.1.1
>
>
> http://docs.python.org/2.6/library/subprocess.html?highlight=subprocess#subprocess.Popen
>
> How would you make an ssh to another box put data back in "p"? The
> go
On Tue, Jan 28, 2014 at 2:52 PM, leam hall wrote:
> Python tutorial for 2.6 (using 2.4 -- don't ask), first code blurb under
> 17.1.1
>
> http://docs.python.org/2.6/library/subprocess.html?highlight=subprocess#subprocess.Popen
>
> How would you make an ssh to another box put data back in "p"? The
On 28/01/14 19:52, leam hall wrote:
Python tutorial for 2.6 (using 2.4 -- don't ask), first code blurb under 17.1.1
http://docs.python.org/2.6/library/subprocess.html?highlight=subprocess#subprocess.Popen
How would you make an ssh to another box put data back in "p"? The
goal is to run a shell
Python tutorial for 2.6 (using 2.4 -- don't ask), first code blurb under 17.1.1
http://docs.python.org/2.6/library/subprocess.html?highlight=subprocess#subprocess.Popen
How would you make an ssh to another box put data back in "p"? The
goal is to run a shell command on a remote box and work with
Thanks to all who responded. I'm deeply into some of the links provided,
and my understanding has greatly increased.
Ray
On 08/22/2012 12:59 AM, Andreas Perstinger wrote:
> On 22.08.2012 03:39, Ray Jones wrote:
>> Does anyone know of a link to a really good tutorial that would help me
>> with s
On Tue, Aug 21, 2012 at 9:39 PM, Ray Jones wrote:
>
> Does anyone know of a link to a really good tutorial that would help me
> with subprocess.Popen? a tutorial that uses really small words and more
> examples than explanation? After 15 years of scripting, I'm ashamed to
> say that I'm still not
On 22.08.2012 03:39, Ray Jones wrote:
Does anyone know of a link to a really good tutorial that would help me
with subprocess.Popen? a tutorial that uses really small words and more
examples than explanation? After 15 years of scripting, I'm ashamed to
say that I'm still not all that familiar wit
Does anyone know of a link to a really good tutorial that would help me
with subprocess.Popen? a tutorial that uses really small words and more
examples than explanation? After 15 years of scripting, I'm ashamed to
say that I'm still not all that familiar with input, output, pipes, etc.
much beyon