Edit with sed using capturing group of curly braces (windows) – Ubuntu
On Windows, I am trying to do an in-place edit of simple JSON files that are malformed. My files look like this, with first object duplicated. { "hello":"there" } { "hello":"there" } My goal is to have only one object,…