Created
July 17, 2017 16:46
-
-
Save vjk2005/3d5601d84eec6d794af9d8cbead613e6 to your computer and use it in GitHub Desktop.
Find files and delete them, in this case files ending in (1).mp3 (parentheses don't need to be escaped but other brackets have to)
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 * -type f -name "*(1).mp3" -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment