sed tricks
Will Sheppard

Will Sheppard @zaphoddont

Joined:
Aug 30, 2024

sed tricks

Publish Date: Feb 7
0 0

Search and replace over multiple lines:

sed -i -e ':a' -e 'N' -e '$!ba' -e 's/)\n(/),\n(/g' file

Comments 0 total

    Add comment