Timeline for How to delete whole text from the beginning of a line with a certain string
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 22, 2019 at 14:09 | vote | accept | diggidre | ||
| Jan 22, 2019 at 14:09 | comment | added | diggidre | I think that solved it! Still a bit tricky but good to handle. My workaround is to cut the lines to temp file with your code and after that i copy from temp file to estimated file with code "sed -n '/string/,$p' file >> otherfile". | |
| Jan 22, 2019 at 13:22 | history | edited | steeldriver | CC BY-SA 4.0 | added 82 characters in body |
| Jan 22, 2019 at 13:11 | history | answered | steeldriver | CC BY-SA 4.0 |