Skip to content

Instantly share code, notes, and snippets.

@ebirn
Created March 6, 2013 14:12
Show Gist options
  • Save ebirn/5099550 to your computer and use it in GitHub Desktop.
Save ebirn/5099550 to your computer and use it in GitHub Desktop.
list users/groups of gfs2 directory, sort by used space in GB
gfs2_quota -f /home list | awk '{ print $2 " " $8 " GB"}' | sort -k 2.1 -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment