Skip to content

Instantly share code, notes, and snippets.

@Prussia
Last active July 10, 2018 07:53
Show Gist options
  • Select an option

  • Save Prussia/cf796e64e667020966991b669c9c22f7 to your computer and use it in GitHub Desktop.

Select an option

Save Prussia/cf796e64e667020966991b669c9c22f7 to your computer and use it in GitHub Desktop.
sudo du -hsx * | sort -rh | head -10
sudo find -type f -exec du -Sh {} + | sort -rh | head -n 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment