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
Franck Pachot -
Osagie Anolu -
Marcell Cruz -
il3ven -
Top comments (0)