shithub: rc

ref: 81cd5a1a4b808fc39e5e2e13c2487aafd6c60206
dir: /bin/fpl/

View raw version
#!/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] }
'