Skip to content

Instantly share code, notes, and snippets.

@mikemartin
Created December 5, 2018 23:27
Show Gist options
  • Save mikemartin/a2266dbff16041c93cf9aa540a6a8465 to your computer and use it in GitHub Desktop.
Save mikemartin/a2266dbff16041c93cf9aa540a6a8465 to your computer and use it in GitHub Desktop.
Delete Spammy markdown files
grep -Ril “@mail.ru” . | xargs rm
grep -Ril “hot girls” . | xargs rm
grep -Ril "д" . | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment