top | item 12129221

(no title)

_iostreamer_ | 9 years ago

This seems to work, (ps -ef)().map((a)=>{return [a[0],a[7]]}).forEach((a)=>{console.log(a)})

discuss

order

Klathmon|9 years ago

Ah, put the whole command in parens!

It might make sense to put a note in the README about that, unless it's already there and I missed it somehow...

_iostreamer_|9 years ago

I am sorry, it slipped from my mind. I will add it now.