On Mon, Apr 22, 2013 at 09:25:48PM -0700, Conrad Meyer wrote:
> memused="`ps auxwww|grep clock-ap[p]let | awk '{ print $6 }'`"
memused="$(ps -ho rss `pidof clock-applet`)"

This is simplier and more clear.

-- 
Regards,    --
Sir Raorn.   --- http://thousandsofhate.blogspot.com/

Attachment: signature.asc
Description: Digital signature

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to