ref: 5bd6573cc5519ae54ee4132758602dc54c38c804 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] } '