Created
December 10, 2013 10:04
-
-
Save zipizap/7888354 to your computer and use it in GitHub Desktop.
Solaris "du" does not have the option "--max-depth=1", and this simple script eases a little bit of that pain...
Output is shown in Kb and sorted by size
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
du -k . | egrep -v '\/.*\/' | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment