Last active
August 29, 2015 14:15
-
-
Save gmas/7032bc32db2e2aca8a05 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
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