Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

Get disk usage of the directories in the first depth of the current directory (immediate subdirectories)

du -hs */ | sort -h