Created
August 30, 2020 22:12
-
-
Save shinshin86/d14c7207dfc1257cda041ce98b70d385 to your computer and use it in GitHub Desktop.
Check the file size in under HOME dir at macOS.
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
sudo du -g -x -d 5 ~/ | awk '$1 >= 5{print}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment