| Nico Huber | 04f919c | 2021-06-13 20:37:17 +0000 | [diff] [blame] | 1 | # delete `Dyn_CPU` lines along with a preceding comma in the previous line: |
| 2 | :s | ||||
| 3 | /,$/{ | ||||
| 4 | N | ||||
| 5 | s/,\n.*Dyn_CPU[^,)]*// | ||||
| 6 | ts | ||||
| 7 | P | ||||
| 8 | D | ||||
| 9 | } | ||||
| 10 | # delete all other lines about `Dyn_CPU`: | ||||
| 11 | /Dyn_CPU/d | ||||