Firefox dev claims "everybody hates Firefox updates"
neowin.net9 pointsby mVChr4 comments
cat file | perl -ne 'print if s/(\w+) (\d+)/\1 is \2 years old/'
My only point is sometimes old school standard tools are plenty. sed -rn 's/([a-zA-Z]+) ([0-9]+)/\1 is \2 years old/p' file ss -e | grep uid | gawk 'match($0,/uid:([0-9]+)/,u) {printf "%s user:",$0;system("getent passwd "u[1]" | cut -d: -f1");}'
Not your point, I know, but it was fun.