Skip to content

Instantly share code, notes, and snippets.

@TomSchober
Created July 24, 2017 18:34
Show Gist options
  • Save TomSchober/67f44cd115a5422d866eb22ec79e80c4 to your computer and use it in GitHub Desktop.
Save TomSchober/67f44cd115a5422d866eb22ec79e80c4 to your computer and use it in GitHub Desktop.
find /path -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