Process id

Hi:

Is there anyway to get the process id forked by IO.popen. i.e.

IO.popen(“cat”).

I’d like to know the process id of “cat”

Thanks

-Ted