<div dir="ltr">ping?</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 9, 2014 at 6:48 PM, Timothee Cour <span dir="ltr"><<a href="mailto:thelastmammoth@gmail.com" target="_blank">thelastmammoth@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">How to redirect io in spawnProcess (eg stderr to stdout)?<div><br></div><div>is it safe to use it with a same File object for stderr and stdout as follows?</div><div>Couldn't find this in the docs.</div><div><br></div><div>auto logFile =File(...);</div><div><div>auto pid = spawnShell(command,</div><div>                        std.stdio.stdin,</div><div>                        logFile,</div><div>                        logFile);</div></div><div><br></div></div>
</blockquote></div><br></div>