Created
April 2, 2019 07:57
-
-
Save yanshiyason/42a4b5f18b665fdb547f128ea28ea49d to your computer and use it in GitHub Desktop.
disk usage with sort
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
#!/bin/bash | |
du -sh * | gsort -h | tail -r -- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment