Skip to main content
13 events
when toggle format what by license comment
Sep 2, 2022 at 22:08 vote accept Joshro
Aug 9, 2022 at 7:29 history edited rowboat CC BY-SA 4.0
added 178 characters in body
Aug 9, 2022 at 7:17 comment added rowboat @QuartzCristal Try it with /^\n/!P for printing
Aug 9, 2022 at 7:14 history edited rowboat CC BY-SA 4.0
last try
Aug 8, 2022 at 21:23 comment added QuartzCristal Try echo Hello | sed 't match;s/e*/\n&\n/g;D;:match;P;s/\n//;D' one empty line per each empty match between characters.
Aug 8, 2022 at 15:51 history edited rowboat CC BY-SA 4.0
added 67 characters in body
Aug 8, 2022 at 15:36 history edited rowboat CC BY-SA 4.0
added 116 characters in body
Aug 8, 2022 at 9:31 history edited rowboat CC BY-SA 4.0
added 264 characters in body
Aug 8, 2022 at 9:26 history edited rowboat CC BY-SA 4.0
added 264 characters in body
Aug 8, 2022 at 9:15 history edited rowboat CC BY-SA 4.0
Add warning re zero-length match bug
Aug 8, 2022 at 8:47 comment added rowboat This script goes into an endless loop for regexps that match strings of zero length (like x*).
Aug 8, 2022 at 6:21 comment added G-Man Says 'Reinstate Monica' Excellent! Very elegant.
Aug 8, 2022 at 3:20 history answered rowboat CC BY-SA 4.0