Skip to content

Instantly share code, notes, and snippets.

@mudge
Created August 19, 2008 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mudge/6168 to your computer and use it in GitHub Desktop.
Save mudge/6168 to your computer and use it in GitHub Desktop.
Delete files by a pattern
find /path_to_search -type f -name "*the_pattern*" -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment