Can someone provide a simple one-liner to remove certain line breaks?
In vim I use %s/,\n]/]/g
This should be possible with a very simple one-liner IMHO, but how?
feedback
|
|
This should work:
| |||||||
feedback
|
|
This might work for you:
or this:
| ||||
|
feedback
|