Last active
September 12, 2017 13:52
-
-
Save hectormethod/4e66ea4188c0a7450b7d7217830f0064 to your computer and use it in GitHub Desktop.
[Bash find and remove command] #bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ find . -name "*.ext" -exec rm '{}' ';' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment