Skip to content

Instantly share code, notes, and snippets.

@otkrsk
Last active July 20, 2016 08:53
Show Gist options
  • Save otkrsk/985fa6861134a88ae34e to your computer and use it in GitHub Desktop.
Save otkrsk/985fa6861134a88ae34e to your computer and use it in GitHub Desktop.
Search File by Particular File Extension and Delete
find <path> -name "*.<file_extension>" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment