Skip to content

Instantly share code, notes, and snippets.

@subhajeet2107
Created November 22, 2016 07:17
Show Gist options
  • Save subhajeet2107/a7ec40d3951040eb251206e691cb3375 to your computer and use it in GitHub Desktop.
Save subhajeet2107/a7ec40d3951040eb251206e691cb3375 to your computer and use it in GitHub Desktop.
Check folder space on ubuntu
du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment