Skip to content

Instantly share code, notes, and snippets.

@ebruning
Created February 27, 2011 01:31
Show Gist options
  • Save ebruning/845818 to your computer and use it in GitHub Desktop.
Save ebruning/845818 to your computer and use it in GitHub Desktop.
Find and remove files
find . -name '$FILENAME' -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment