UnicodeMath a Nearly Plain-Text Encoding of Mathematics Version 3.1 [pdf]
unicode.org4 pointsby patrec0 comments
ps -A -osize,cmd | awk '/[g]nome/{t+=$1}END{print t/1024^2 "GiB"}'
and
awk '$1 == "Pss:" {t+=$2}END{print t*1024^-2 "GiB"}' $(ps -A -opid,cmd | awk '/[g]nome/{print "/proc/" $1 "/smaps"}')