Skip to content

Instantly share code, notes, and snippets.

@auser
Created August 22, 2017 23:19
Show Gist options
  • Save auser/11cc6d75317dd48dcb81c7d2a3ea06d3 to your computer and use it in GitHub Desktop.
Save auser/11cc6d75317dd48dcb81c7d2a3ea06d3 to your computer and use it in GitHub Desktop.
find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment