Skip to content

Instantly share code, notes, and snippets.

@sund
Last active September 5, 2022 02:11
Show Gist options
  • Save sund/4643017 to your computer and use it in GitHub Desktop.
Save sund/4643017 to your computer and use it in GitHub Desktop.
find and remove files or folders
find . -name "item_to_be_removed" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment