Skip to content

Instantly share code, notes, and snippets.

@aflaag
Created June 16, 2023 10:39
Show Gist options
  • Save aflaag/0b26dcac4b764f09310f943cd28772eb to your computer and use it in GitHub Desktop.
Save aflaag/0b26dcac4b764f09310f943cd28772eb to your computer and use it in GitHub Desktop.
#!/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