Skip to main content

Timeline for Sed ignore newline

Current License: CC BY-SA 4.0

7 events
when toggle format what by license comment
Apr 7, 2019 at 8:28 comment added Kusalananda Have you looked into existing Python parsers for protocol buffer files? developers.google.com/protocol-buffers/docs/pythontutorial
Apr 7, 2019 at 8:15 comment added Austin It's in pbtxt format
Apr 7, 2019 at 8:12 comment added Kusalananda Regular expressions generally do not match across newlines. Is your file in any particular format (JSON for example), in that case using a parser for that format will be the most robust way of modifying the contents.
Apr 7, 2019 at 3:54 vote accept Austin
Apr 7, 2019 at 3:34 answer added Deano timeline score: 2
Apr 7, 2019 at 2:56 history edited Austin CC BY-SA 4.0
deleted 5 characters in body
Apr 7, 2019 at 2:48 history asked Austin CC BY-SA 4.0