Created
December 20, 2019 20:54
-
-
Save embassem/223c914c43d0e7ad9db1c76270510f33 to your computer and use it in GitHub Desktop.
remove an pod directory in your working Directory
This file contains hidden or 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 . -name Pods -type d -exec rm -rf {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
execute from work directory such as Developer Directory or Document Directory