Skip to content

Instantly share code, notes, and snippets.

@wulymammoth
Created November 20, 2016 21:21
Show Gist options
  • Select an option

  • Save wulymammoth/793cc9f15e5808dc198d39cd997bccd1 to your computer and use it in GitHub Desktop.

Select an option

Save wulymammoth/793cc9f15e5808dc198d39cd997bccd1 to your computer and use it in GitHub Desktop.
find . -d -name node_modules | while read line; do rm -rf $line; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment