Skip to content

Instantly share code, notes, and snippets.

@matthewholliday
Last active May 27, 2019 20:59
Show Gist options
  • Save matthewholliday/bffc24dd7172907c7e038b1b9c1ee165 to your computer and use it in GitHub Desktop.
Save matthewholliday/bffc24dd7172907c7e038b1b9c1ee165 to your computer and use it in GitHub Desktop.
Remove all files with a given extension in subdirectories
find . -name "*.txt" -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment