Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Created May 27, 2010 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wayneeseguin/416263 to your computer and use it in GitHub Desktop.
Save wayneeseguin/416263 to your computer and use it in GitHub Desktop.
chromesize () {
ps auxww | GREP_COLOR="1;37;41" LANG=C grep --color=auto [C]hrome | awk '{sum += $6} END{print (sum / 1024) "MB"}'
}
@wayneeseguin
Copy link
Author

Display the total size of all Chrome processes in MB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment