Skip to content

Instantly share code, notes, and snippets.

@xeiter
Last active January 3, 2017 03:40
Show Gist options
  • Save xeiter/f0e69e8ca515a1abab3953a5415851e7 to your computer and use it in GitHub Desktop.
Save xeiter/f0e69e8ca515a1abab3953a5415851e7 to your computer and use it in GitHub Desktop.
Check disk usage in Ubuntu
#!/bin/sh
sudo du -hd 1 | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment