Skip to content

Instantly share code, notes, and snippets.

@m4nh
Last active May 2, 2020 22:39
Show Gist options
  • Save m4nh/2dc6ec5b922b1dc808678152e6bce5d9 to your computer and use it in GitHub Desktop.
Save m4nh/2dc6ec5b922b1dc808678152e6bce5d9 to your computer and use it in GitHub Desktop.
#bash script to #remove #delete #files recursively choosing type
find . -name "*.xml" -type f|xargs rm -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment