Skip to content

Instantly share code, notes, and snippets.

@francois-blanchard
Created December 1, 2015 08:06
Show Gist options
  • Select an option

  • Save francois-blanchard/58505ae060ac37c6d129 to your computer and use it in GitHub Desktop.

Select an option

Save francois-blanchard/58505ae060ac37c6d129 to your computer and use it in GitHub Desktop.
Find top 10 largest file/directories

Find top 10 largest file/directories

$ sudo du -ha /home | sort -n -r | head -n 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment