[OT] replace a word with a multiline with sed

Gianluca Cecchi gianluca.cecchi at gmail.com
Mon May 17 11:05:37 UTC 2010


On *Thu May 13 16:27:09 UTC 2010*, *Mohamed El Morabity *wrote:

> Hi,
>
> simply using the following pattern for sed?
>    /TAG/c\
>    BLABLA\nBLOBLO
>
> Thanks.
I then also found that it works this way too, probably easier to be read:

/TAG/c\
BLABLA\
BLOBLO

Anyway, thanks again for helping!

Gianluca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20100517/b98d6d7a/attachment.html 


More information about the users mailing list