Process id

“Meng, Ted” mengx@tvratings.com writes:

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”

IO#pid

···


eban