Skip to content

Instantly share code, notes, and snippets.

@chenzhihao
Created August 21, 2014 14:53
Show Gist options
  • Save chenzhihao/c12beff3dc0c35e73506 to your computer and use it in GitHub Desktop.
Save chenzhihao/c12beff3dc0c35e73506 to your computer and use it in GitHub Desktop.
rm .flac files
find . -type f -name *.flac -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment