Skip to content

Instantly share code, notes, and snippets.

@douglascabral
Created August 24, 2017 18:01
Show Gist options
  • Save douglascabral/efbc042bba5361d28f0926e282f32ec7 to your computer and use it in GitHub Desktop.
Save douglascabral/efbc042bba5361d28f0926e282f32ec7 to your computer and use it in GitHub Desktop.
Delete matching files with pattern
find . -name \README.txt -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment