blob: 92da9d9becf1ed8db4c773c89cf56d7d3c31c3e3 [file] [log] [blame] [edit]
# delete `Dyn_CPU` lines along with a preceding comma in the previous line:
:s
/,$/{
N
s/,\n.*Dyn_CPU[^,)]*//
ts
P
D
}
# delete all other lines about `Dyn_CPU`:
/Dyn_CPU/d