Timeline for SED challenge,aggregating String containing braces
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 19, 2016 at 11:32 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 |
added 368 characters in body
|
| Jul 19, 2016 at 11:26 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 |
added 368 characters in body
|
| Jul 19, 2016 at 11:16 | comment | added | Stéphane Chazelas | @SatoKatsura, it doesn't seem to have changed much if at all in the last 10 years but it's still available as a package on Debian. | |
| Jul 19, 2016 at 7:30 | comment | added | Costas |
Suppose reverted replacement can simplify sed script: replace >8 (TAB)s for some symbols, then replace 2-7 (TABS)s, then back 8's+ s/\((TAB)\)\{8\}/\a\a\a\a\a\a\a\a/g;:a;s/\a(TAB)/\a\a/g;ta;s/(TAB)(TAB)\+/(TAB)/g;s/\a/(TAB)/g
|
|
| Jul 19, 2016 at 7:10 | comment | added | Silverlight | Not sure, the System I have to work with does not recognize the command | |
| Jul 19, 2016 at 7:04 | comment | added | Satō Katsura |
Is ssed still around? The last version I'm aware of was released some ~10 years ago. The addition of Perl regexps was a nice idea but as I remember it conflicted with various system scripts with embedded \<mumble>, so it was eventually abandoned. I think the author moved to work on GNU sed.
|
|
| Jul 19, 2016 at 7:01 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 |
typo
|
| Jul 19, 2016 at 6:43 | history | answered | Stéphane Chazelas | CC BY-SA 3.0 |