Skip to content

Instantly share code, notes, and snippets.

@nic0-lab
Created October 4, 2018 13:11
Show Gist options
  • Save nic0-lab/4408078a640e643e51eca47f11bd5a0d to your computer and use it in GitHub Desktop.
Save nic0-lab/4408078a640e643e51eca47f11bd5a0d to your computer and use it in GitHub Desktop.
find
find . -type d -name "node_modules" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment