Skip to content

Instantly share code, notes, and snippets.

@minhoryang
Created April 29, 2026 01:39
Show Gist options
  • Select an option

  • Save minhoryang/f905eddb51ea94728fe6d0d8d55cde7b to your computer and use it in GitHub Desktop.

Select an option

Save minhoryang/f905eddb51ea94728fe6d0d8d55cde7b to your computer and use it in GitHub Desktop.
find ~/PROJECTS -type d -name 'node_modules' -prune -print0 \
| xargs -0 du -sh \
| sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment