Timeline for How to add lines/text to the beginning of a file
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 17, 2018 at 14:23 | comment | added | don_crissti | This doesn't edit the file in-place. If you just need to output the combined content of files to stdout you can simply do cat file1 file2 there's no need to chain 3 sed invocations (and btw, this can be done with a single sed invocation) | |
| Jan 17, 2018 at 11:59 | history | answered | Praveen Kumar BS | CC BY-SA 3.0 |