Skip to content

Instantly share code, notes, and snippets.

@madhums
Created June 14, 2014 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madhums/71eaa203f11a428cb8a2 to your computer and use it in GitHub Desktop.
Save madhums/71eaa203f11a428cb8a2 to your computer and use it in GitHub Desktop.
remove files of a type recursively
$ find app/views -name "*.jade" -type f|xargs rm -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment