Skip to content

Instantly share code, notes, and snippets.

@simone-sanfratello
Created March 20, 2020 06:47
Show Gist options
  • Save simone-sanfratello/a21f67f656fec69def065503a4ddb84c to your computer and use it in GitHub Desktop.
Save simone-sanfratello/a21f67f656fec69def065503a4ddb84c to your computer and use it in GitHub Desktop.
bash utils

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