John wrote:
> Hello,
Hi John,
I didn't see a response to your question, so I'll make an attempt ...
>
> I've written a script which conducts several subprocess calls and then
> ultimately calls a shell script which runs even more programs... my
> script is using subprocess to execute a few sed
Hello,
I've written a script which conducts several subprocess calls and then
ultimately calls a shell script which runs even more programs... my script
is using subprocess to execute a few sed calls, and then execute the script.
I'm getting strange behavior:
Here's a snippet of my script (any ge