Skip to main content

Timeline for How to extract text using sed

Current License: CC BY-SA 4.0

5 events
when toggle format what by license comment
S Dec 8, 2021 at 23:56 history suggested John CC BY-SA 4.0
correct it
Dec 7, 2021 at 6:53 review Suggested edits
S Dec 8, 2021 at 23:56
Mar 7, 2015 at 19:31 comment added mikeserv It captures everything which is not a right-side square bracket.
Mar 7, 2015 at 19:31 comment added Costas To make a pattern shorter sed -ne 's@\(string>\)!\[TEST\[\([^]]*\)\]>/\1@\2@gp'
Mar 7, 2015 at 19:24 history answered Arcege CC BY-SA 3.0