Skip to content

Instantly share code, notes, and snippets.

@Moinax
Created March 6, 2014 13:37
Show Gist options
  • Save Moinax/46e3471f15a2e9b2cbc7 to your computer and use it in GitHub Desktop.
Save Moinax/46e3471f15a2e9b2cbc7 to your computer and use it in GitHub Desktop.
Locate biggest directory on debian server
# List the 10 biggest directory in the current directory
sudo du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment