[Flac-dev] screen output

Josh Green jgreen at users.sourceforge.net
Sun Jun 10 11:40:49 PDT 2001


Matt Zimmerman wrote:
> 
> On Fri, Jun 08, 2001 at 09:32:44PM +0000, Jan Suhr wrote:
> 
> > "XX% complete: frame YYY, wrote ZZZ ..." screen output. While flac
> > compressed my WAVs I used X to write this mail and so. After flac had
> > finished the job I changed to a virtual console but the <SHIFT> + <PG
> > UP> combination did not worked. So I had to use flac with the -t
> > argument again to see if all files were correct.
> 
> Note that this is a side effect of how the virtual console scrollback feature
> works (I assume you are using Linux).  It uses video memory to store the
> previous lines, so they are lost when the video mode is changed.  Something
> along those lines.  Anyway, this part isn't flac's fault.
> 

If you are looking for some way to capture the output to a file, use the
"tee" command. Essentially you'll want to run "flac <params> 2>&1 | tee
flac.log". The "2>&1" will redirect stderr to stdout so they become one
stream, then tee will save it to the file flac.log and output it to
stdout as well. Lates..
	Josh Green




More information about the Flac-dev mailing list