Skip to content

Instantly share code, notes, and snippets.

@hectormethod
Last active September 12, 2017 13:52
Show Gist options
  • Save hectormethod/4e66ea4188c0a7450b7d7217830f0064 to your computer and use it in GitHub Desktop.
Save hectormethod/4e66ea4188c0a7450b7d7217830f0064 to your computer and use it in GitHub Desktop.
[Bash find and remove command] #bash
$ find . -name "*.ext" -exec rm '{}' ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment