Skip to content

Instantly share code, notes, and snippets.

@kikitux
Last active September 16, 2018 09:03
Show Gist options
  • Save kikitux/9a3a63da5a9883d9397dd3911b0abafa to your computer and use it in GitHub Desktop.
Save kikitux/9a3a63da5a9883d9397dd3911b0abafa to your computer and use it in GitHub Desktop.
Find space to save
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