Skip to content

Instantly share code, notes, and snippets.

@rajib
Created April 30, 2010 08:55
Show Gist options
  • Save rajib/384965 to your computer and use it in GitHub Desktop.
Save rajib/384965 to your computer and use it in GitHub Desktop.
recursive search file and delete..
find . -name "*.<file extention>"|xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment