Dan Brown wrote:
>         make zImage > output.txt | tail 30 > last30.txt

Shouldn't it rather be:
        make zImage  2> output.txt | tail 30 > last30.txt
                    ^^^

-- 
Jean-Louis Debert        [EMAIL PROTECTED]
74 Annemasse  France
old Linux fan

Reply via email to