Skip to content

Instantly share code, notes, and snippets.

@embassem
Created December 20, 2019 20:54
Show Gist options
  • Select an option

  • Save embassem/223c914c43d0e7ad9db1c76270510f33 to your computer and use it in GitHub Desktop.

Select an option

Save embassem/223c914c43d0e7ad9db1c76270510f33 to your computer and use it in GitHub Desktop.
remove an pod directory in your working Directory
find . -name Pods -type d -exec rm -rf {} \;
@embassem
Copy link
Copy Markdown
Author

execute from work directory such as Developer Directory or Document Directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment