Skip to content

Instantly share code, notes, and snippets.

@manisnesan
Created August 22, 2014 17:28
Show Gist options
  • Save manisnesan/18617d17123ed1ac6bd9 to your computer and use it in GitHub Desktop.
Save manisnesan/18617d17123ed1ac6bd9 to your computer and use it in GitHub Desktop.
Display the top 10 large files in the current directory
du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment