Subject: popen-like code To: None <netbsd-users@netbsd.org> From: Wojciech Puchar <wojtek@wojtek.3miasto.net> List: netbsd-users Date: 07/21/2001 13:04:05
could someone tell me what should i do before/after vfork to redirect
child's stdout to something in parent process but without using popen.
popen starts program through shell which is slow.