Timeline for sed - change lines that start with one given word and end with another?
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 24, 2013 at 12:57 | vote | accept | Michael Durrant | ||
| Oct 24, 2013 at 12:56 | history | edited | Michael Durrant | CC BY-SA 3.0 | edited title |
| Oct 24, 2013 at 10:04 | answer | added | evilsoup | timeline score: 3 | |
| Oct 24, 2013 at 7:43 | answer | added | umläute | timeline score: 4 | |
| Oct 24, 2013 at 3:53 | comment | added | Ivan Chau | Also end with 'endy': sed -i 's/^[[:space:]]*bucket.*endy/(bucket/g' test001.txt. . for any character and * for zero or more (greedy). | |
| Oct 24, 2013 at 3:41 | history | edited | Michael Durrant | CC BY-SA 3.0 | added 41 characters in body |
| Oct 24, 2013 at 3:25 | history | edited | slm♦ | CC BY-SA 3.0 | deleted 4 characters in body; edited title |
| Oct 24, 2013 at 3:12 | answer | added | jordanm | timeline score: 1 | |
| Oct 24, 2013 at 3:01 | history | asked | Michael Durrant | CC BY-SA 3.0 |