Skip to content

Instantly share code, notes, and snippets.

@pasamio
Created January 28, 2014 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pasamio/8674045 to your computer and use it in GitHub Desktop.
Save pasamio/8674045 to your computer and use it in GitHub Desktop.
Simple command to get a list of larger directories (100MB or more)
du -sm * | sort -g -r | egrep ^[0-9]{3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment