Skip to content

Instantly share code, notes, and snippets.

@gmas
Last active August 29, 2015 14:15
Show Gist options
  • Save gmas/7032bc32db2e2aca8a05 to your computer and use it in GitHub Desktop.
Save gmas/7032bc32db2e2aca8a05 to your computer and use it in GitHub Desktop.
ps axu |grep chromium | awk ' {sum +=$6 } END { printf("%'\''d GB\n", sum/1024) }'
# => 1,471 GB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment