Skip to content

Instantly share code, notes, and snippets.

@benman1
Created August 31, 2019 19:00
Show Gist options
  • Save benman1/71b93bf62b2419610b1db611adbacaa5 to your computer and use it in GitHub Desktop.
Save benman1/71b93bf62b2419610b1db611adbacaa5 to your computer and use it in GitHub Desktop.
largest files in macos using find
find $DIR -type f -exec stat -f "%z %N" {} \; | sort -nr | head -100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment