Skip to content

Instantly share code, notes, and snippets.

@crofty
Created November 28, 2010 03:28
Show Gist options
  • Save crofty/718552 to your computer and use it in GitHub Desktop.
Save crofty/718552 to your computer and use it in GitHub Desktop.
Show every dir taking up more than 1MB
du -h / | egrep "^[0-9].*[MG][[:space:]]" | more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment