-
-
Save bmmalone/f0e5072ae3e08ce7702ecb8c400dd5b5 to your computer and use it in GitHub Desktop.
Show the size of contents of the current directory, sorted by size
This file contains 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 | |
du -hs * | sort -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment