<div dir="ltr">Must it be fork/exec specifically?  Seems like popen would be easier... popen(&quot;somebinary arg1 arg2&quot;, &quot;w&quot;); then write stuff to the returned file ptr?</div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Fri, Apr 5, 2013 at 12:33 PM, Geoffrey Myers <span dir="ltr">&lt;<a href="mailto:lists@serioustechnology.com" target="_blank">lists@serioustechnology.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So, shaking some cobwebs loose here. How do I replace the following:<br>
<br>
system(&quot;echo stuff | somebinary arg1 arg2&quot;);<br>
<br>
With a fork/exec ??<br>
<br>
(Digging out my old C books....)<br>
<br>
--<br>