Last active
September 16, 2018 09:03
-
-
Save kikitux/9a3a63da5a9883d9397dd3911b0abafa to your computer and use it in GitHub Desktop.
Find space to save
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
0 $ tmutil listlocalsnapshots / | |
0 $ sudo tmutil deletelocalsnapshots <snapshot> | |
du -sk /Applications/*/ | sort -n | |
du -sk ~/.[A-z]*/ ~/*/ 2>/dev/null | sort -un | |
du -sk /Users/alvaro/Library/*/ | sort -n | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment