Skip to content

Instantly share code, notes, and snippets.

@viewpointsa
Created July 5, 2017 07:18
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 viewpointsa/df1aa9c73aff754991798cb0227c9134 to your computer and use it in GitHub Desktop.
Save viewpointsa/df1aa9c73aff754991798cb0227c9134 to your computer and use it in GitHub Desktop.
find . -type f | egrep '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{8}' | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment