Created
November 19, 2017 02:02
-
-
Save lulu-berlin/e488c513c958b70254684df2d9aa9ccc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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