Search and replace over multiple lines:
sed -i -e ':a' -e 'N' -e '$!ba' -e 's/)\n(/),\n(/g' file
Search and replace over multiple lines:
sed -i -e ':a' -e 'N' -e '$!ba' -e 's/)\n(/),\n(/g' file
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)