Skip to content

Instantly share code, notes, and snippets.

@esmiz
Created September 12, 2017 12:59
Show Gist options
  • Save esmiz/11da34306b96de5599409e186b15b841 to your computer and use it in GitHub Desktop.
Save esmiz/11da34306b96de5599409e186b15b841 to your computer and use it in GitHub Desktop.
Delete files found with grep
sudo egrep -Rli "Goya" . | sudo xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment