Skip to content

Instantly share code, notes, and snippets.

@ThatsJustCheesy
Created December 26, 2024 16:43
Show Gist options
  • Save ThatsJustCheesy/f645ec11969d180201c235fa88c7b828 to your computer and use it in GitHub Desktop.
Save ThatsJustCheesy/f645ec11969d180201c235fa88c7b828 to your computer and use it in GitHub Desktop.
Find heaviest objects in the universe (macOS, fish)
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