Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save komura-c/a4293a870653a3d0a3f87540dbe2e4c1 to your computer and use it in GitHub Desktop.
Save komura-c/a4293a870653a3d0a3f87540dbe2e4c1 to your computer and use it in GitHub Desktop.
find . -name "node_modules" -maxdepth 3 -ok rm -r {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment