We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Special usages: see
How to match newlines in sed
Example: change:
...., ]
to
....]
sed ':begin;$!N;s/,\n]/]/;tbegin;P;D'