[Flac] FLAC: sending output to file

Harry Sack tranzedude at gmail.com
Wed Apr 18 12:15:03 PDT 2007


2007/4/18, Rippit the Ogg Frog <rippit at oggfrog.com>:
>
>
> > sorry, I replyed to quickly that it fully worked, but it's not fully
> > working, only the output of the last file is saved to the outputfile.
> > So only the output of the last file in the directory is saved to the
> > outputfile (I think the outputfile is overwritten every time for each
> file).
> > Do you know how I can write the output of EACH file to the same
> > outputfile? I can't figure it out how to do this. So I want to have an
> > outputfile that has all the FLAC output of each file.
>
> try using 2>>



thanks a lot!! Now it fully works.
Thanks!

I don't know if this is supported on Windows, but in general ">>" means
> to append to the file, while ">" means to truncate the file and start
> over from scratch.
>
> What I'm not sure of is whether it works for standard error (file
> descriptor 2).
>
> You also asked whether writing to a file will be slower that writing to
> the console.  I'm pretty sure it will be quite a lot faster, as it takes
> quite a bit of computation to scroll a screen full of text.  File I/O to
> add a line of text to a file takes much less.
>
> Rippit the Ogg Frog
> rippit at oggfrog.com
> http://www.oggfrog.com/
> _______________________________________________
> Flac mailing list
> Flac at xiph.org
> http://lists.xiph.org/mailman/listinfo/flac
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20070418/f4a42398/attachment.htm


More information about the Flac mailing list