Skip to content

Instantly share code, notes, and snippets.

@flaviouk
Created August 13, 2019 14:24
Embed
What would you like to do?
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