Skip to content

Instantly share code, notes, and snippets.

@shapkarin
Last active April 1, 2024 08:42
Show Gist options
  • Save shapkarin/f2bd8864515b021ecf8371590e4fd3ec to your computer and use it in GitHub Desktop.
Save shapkarin/f2bd8864515b021ecf8371590e4fd3ec to your computer and use it in GitHub Desktop.
# 100% useful
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