ref: 592eeaea689ecedb955ea3d240194528e052f278 dir: /bin/fpl/
#!/bin/rc ps -n | awk ' / play$/ { g[++i] = $3 } { for(n=1; n<=i; n++) if(g[n] == $3) p[n] = $2 } END { for(n=1; n<=i; n++) print p[n] } '