Created
December 26, 2024 16:43
-
-
Save ThatsJustCheesy/f645ec11969d180201c235fa88c7b828 to your computer and use it in GitHub Desktop.
Find heaviest objects in the universe (macOS, fish)
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
for f in (find ~ -type d -name node_modules -prune -print); du -sh $f; end | gsort -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment