Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gabrielke/fb4937ce27783149172a3253b106b8b4 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielke/fb4937ce27783149172a3253b106b8b4 to your computer and use it in GitHub Desktop.
directory size sort
find . -maxdepth 1 -type d -exec du -sh {} \;|sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment