Re: [Tutor] implementing sed - termination error

2016-11-02 Thread Peter Otten
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,

Re: [Tutor] implementing sed - termination error

2016-11-01 Thread cs
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

Re: [Tutor] implementing sed - termination error

2016-11-01 Thread Alan Gauld via Tutor
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"

[Tutor] implementing sed - termination error

2016-11-01 Thread bruce
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