Skip to content

Instantly share code, notes, and snippets.

@medhatelmasry
Created November 19, 2024 21:16
Show Gist options
  • Save medhatelmasry/3e71a4de42f94ad254913a7cf448eaf6 to your computer and use it in GitHub Desktop.
Save medhatelmasry/3e71a4de42f94ad254913a7cf448eaf6 to your computer and use it in GitHub Desktop.
Delete all bin & obj folder on a mac
find . -iname "bin" -o -iname "obj" | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment