Created
August 31, 2019 19:00
-
-
Save benman1/71b93bf62b2419610b1db611adbacaa5 to your computer and use it in GitHub Desktop.
largest files in macos using find
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 $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