bruce wrote:
> Hi
>
> Running a test on a linux box, with python.
>
> Trying to do a search/replace over a file, for a given string, and
> replacing the string with a chunk of text that has multiple lines.
>
> From the cmdline, using sed, no prob. however, implementing sed, runs
> into issues,
On 01Nov2016 20:18, bruce wrote:
Running a test on a linux box, with python.
Trying to do a search/replace over a file, for a given string, and
replacing the string with a chunk of text that has multiple lines.
From the cmdline, using sed, no prob. however, implementing sed, runs
into issues, t
On 02/11/16 00:18, bruce wrote:
> Trying to do a search/replace over a file, for a given string, and
> replacing the string with a chunk of text that has multiple lines.
>
> From the cmdline, using sed, no prob. however, implementing sed, runs
> into issues, that result in a "termination error"
Hi
Running a test on a linux box, with python.
Trying to do a search/replace over a file, for a given string, and
replacing the string with a chunk of text that has multiple lines.
>From the cmdline, using sed, no prob. however, implementing sed, runs
into issues, that result in a "termination e