Skip to content

Instantly share code, notes, and snippets.

@federicomichela
Created February 24, 2021 10:26
Show Gist options
  • Save federicomichela/f81333df407a7cc35b4261062ba513a2 to your computer and use it in GitHub Desktop.
Save federicomichela/f81333df407a7cc35b4261062ba513a2 to your computer and use it in GitHub Desktop.
Find and remove folders recursively
find . -name $1 -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment