Skip to content

Instantly share code, notes, and snippets.

@lulu-berlin
Created November 19, 2017 02:02
Show Gist options
  • Save lulu-berlin/e488c513c958b70254684df2d9aa9ccc to your computer and use it in GitHub Desktop.
Save lulu-berlin/e488c513c958b70254684df2d9aa9ccc to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
find ${HOME} -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