Timeline for Insert new line after non matching pattern
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 13, 2014 at 10:58 | history | edited | user78605 | CC BY-SA 3.0 |
added 81 characters in body
|
| Aug 13, 2014 at 10:57 | comment | added | user78605 |
@jaypal in hindsight could also have done awk -F: 'a&&a!~$1{print x}a=$1' file
|
|
| Aug 13, 2014 at 1:14 | comment | added | jaypal singh |
+1: Though better to add awk -F: 'a!~$1 && NR>1{print x}a=$1' file to prevent the empty first line.
|
|
| Aug 12, 2014 at 10:44 | history | edited | garethTheRed | CC BY-SA 3.0 |
Remove CAPS
|
| Aug 12, 2014 at 9:09 | review | Low quality posts | |||
| Aug 12, 2014 at 10:44 | |||||
| Aug 12, 2014 at 8:54 | history | answered | user78605 | CC BY-SA 3.0 |