When I type
memcached -vv 2>&1 | grep --color=always "SET\|GET"
I get nice memcached stats
GET AR-City-1
GET rest-part-241
SET rest-part-241 Value len is 685
GET main-rest-list-1
It would be great to pipe this to something, and color GET
in green instead of the default red.
How could I do that?