Skip to content

Instantly share code, notes, and snippets.

@ftorto
Created January 24, 2017 10:26
Show Gist options
  • Save ftorto/257c5e22faaf4badbdcdafc41725f767 to your computer and use it in GitHub Desktop.
Save ftorto/257c5e22faaf4badbdcdafc41725f767 to your computer and use it in GitHub Desktop.
Get the top10 of the biggest folder/files
du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment