grep -rli 'SEARCH_STRING' * | xargs -d '\n' sed -i '/SEARCH_STRING_WITH_SLASHES_ESCAPED/d'