Skip to content

Instantly share code, notes, and snippets.

@vjk2005
Created July 17, 2017 16:46
Show Gist options
  • Save vjk2005/3d5601d84eec6d794af9d8cbead613e6 to your computer and use it in GitHub Desktop.
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)
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