Last active 2 weeks ago

deletematchinglines.sh Raw
1grep -rli 'SEARCH_STRING' * | xargs -d '\n' sed -i '/SEARCH_STRING_WITH_SLASHES_ESCAPED/d'