Created
November 19, 2024 21:16
-
-
Save medhatelmasry/3e71a4de42f94ad254913a7cf448eaf6 to your computer and use it in GitHub Desktop.
Delete all bin & obj folder on a mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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