Timeline for Delete text starting from a determinated string
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 16, 2020 at 19:59 | comment | added | Philippe |
Updated, but it could cause problem if 16-02-2020 happen to appear in the text before.
|
|
| Feb 16, 2020 at 19:44 | history | edited | Philippe | CC BY-SA 4.0 |
deleted 2 characters in body
|
| Feb 16, 2020 at 19:40 | comment | added | terdon♦ |
Note that the OP doesn't specify that 16-02-2020 will always be the only text in the line, with no whitespace before or after. You might want to just use perl -ne '$f=1 if /16-02-2020/; print if $f' file instead.
|
|
| Feb 16, 2020 at 19:39 | history | edited | terdon♦ | CC BY-SA 4.0 |
No need for parentheses
|
| Feb 16, 2020 at 19:15 | review | Low quality posts | |||
| Feb 16, 2020 at 19:40 | |||||
| Feb 16, 2020 at 18:55 | history | answered | Philippe | CC BY-SA 4.0 |