Skip to content

Instantly share code, notes, and snippets.

@noherczeg
Created January 13, 2015 17:36
Show Gist options
  • Save noherczeg/e6f4cdf1bb9fc15c8904 to your computer and use it in GitHub Desktop.
Save noherczeg/e6f4cdf1bb9fc15c8904 to your computer and use it in GitHub Desktop.
Size of subfolders summarized from a given path without permission errors
du -cBM --max-depth=1 2>/dev/null | sort -nr | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment