Skip to content

Instantly share code, notes, and snippets.

@biera
Created July 15, 2014 06:30
Show Gist options
  • Select an option

  • Save biera/7883e8a6b084bdf88bbe to your computer and use it in GitHub Desktop.

Select an option

Save biera/7883e8a6b084bdf88bbe to your computer and use it in GitHub Desktop.
Removing files resursively
find . -name "wildcard-pattern" -print0 | xargs -0 rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment