Thanks for all your error reports, I didn't forget it. I'll cleanup my guide soon. Thanks again!

Awk

ps -C chrome -eo time,pid,comm | awk '{split($0,a,":");  t+=a[1]*3600+a[2]*60+a[3]; print $1 $2} END {print t}'

Discussion

Navigation

Learn Linux The Hard Way