<br><br><div><span class="gmail_quote">2007/4/18, Rippit the Ogg Frog &lt;<a href="mailto:rippit@oggfrog.com">rippit@oggfrog.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>&gt; sorry, I replyed to quickly that it fully worked, but it&#39;s not fully<br>&gt; working, only the output of the last file is saved to the outputfile.<br>&gt; So only the output of the last file in the directory is saved to the
<br>&gt; outputfile (I think the outputfile is overwritten every time for each file).<br>&gt; Do you know how I can write the output of EACH file to the same<br>&gt; outputfile? I can&#39;t figure it out how to do this. So I want to have an
<br>&gt; outputfile that has all the FLAC output of each file.<br><br>try using 2&gt;&gt;</blockquote><div><br><br>thanks a lot!! Now it fully works.<br>Thanks!<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I don&#39;t know if this is supported on Windows, but in general &quot;&gt;&gt;&quot; means<br>to append to the file, while &quot;&gt;&quot; means to truncate the file and start<br>over from scratch.<br><br>What I&#39;m not sure of is whether it works for standard error (file
<br>descriptor 2).<br><br>You also asked whether writing to a file will be slower that writing to<br>the console.&nbsp;&nbsp;I&#39;m pretty sure it will be quite a lot faster, as it takes<br>quite a bit of computation to scroll a screen full of text.&nbsp;&nbsp;File I/O to
<br>add a line of text to a file takes much less.<br><br>Rippit the Ogg Frog<br><a href="mailto:rippit@oggfrog.com">rippit@oggfrog.com</a><br><a href="http://www.oggfrog.com/">http://www.oggfrog.com/</a><br>_______________________________________________
<br>Flac mailing list<br><a href="mailto:Flac@xiph.org">Flac@xiph.org</a><br><a href="http://lists.xiph.org/mailman/listinfo/flac">http://lists.xiph.org/mailman/listinfo/flac</a><br></blockquote></div><br>