Skip to content

Instantly share code, notes, and snippets.

@ltfschoen
Created May 10, 2023 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ltfschoen/43b88cbbd731444dea49e557c8d67d32 to your computer and use it in GitHub Desktop.
Save ltfschoen/43b88cbbd731444dea49e557c8d67d32 to your computer and use it in GitHub Desktop.
find large files on macos

find . -size +200M -exec du -hs {} ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment