Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: AIO with vdr-3-0.1.4



sven.soltau@web.de wrote:
> 
> 
> P.S.: how can I put the message from make NEWSTRUCT=1 plugins 
> to a file?
> Tried it with: make NEWSTRUCT=1 plugins | cat > error.txt
> but the last lines (beginning at squence.c) are missing, so I had to
> write them on my own

make NEWSTRUCT=1 plugins > out.txt 2>error.txt

or to get all in one file:

make NEWSTRUCT=1 plugins > out.txt 2>&1

Cu UloPe




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index