Skip to content

Instantly share code, notes, and snippets.

@jordanmaguire
Created September 22, 2011 14:26
Show Gist options
  • Save jordanmaguire/1234898 to your computer and use it in GitHub Desktop.
Save jordanmaguire/1234898 to your computer and use it in GitHub Desktop.
Find and Delete
#!/bin/bash
find . -name "*.wma*" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment