Created
April 29, 2026 01:39
-
-
Save minhoryang/f905eddb51ea94728fe6d0d8d55cde7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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