Created
June 16, 2023 10:39
-
-
Save aflaag/0b26dcac4b764f09310f943cd28772eb 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/sh | |
du -h $1 2>/dev/null | grep '^[0-9]*,*[0-9]*G' | sort -t ' ' -k 1 -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment