Timeline for Extract last n lines and prepend chars with sed one-liner
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 11, 2021 at 19:08 | vote | accept | virtualdj | ||
| Nov 11, 2021 at 19:03 | comment | added | glenn jackman | Is tac available? If so, reverse the file, extract the first n lines and modify them, then reverse the result. | |
| Nov 11, 2021 at 18:41 | comment | added | Pandya | Why do you not want to use another sed invocation? I mean any issue with using sed two times? | |
| Nov 11, 2021 at 18:39 | history | edited | schrodingerscatcuriosity | CC BY-SA 4.0 | added explaining why sed only, removed '[~] #' to higlight the code |
| Nov 11, 2021 at 17:55 | history | edited | virtualdj | CC BY-SA 4.0 | Removed cat |
| Nov 11, 2021 at 17:48 | answer | added | schrodingerscatcuriosity | timeline score: 4 | |
| Nov 11, 2021 at 17:42 | history | asked | virtualdj | CC BY-SA 4.0 |