Dan Brown wrote:
> 
> "James J. Capone" wrote:
> 
> > That would be kind of Hard. I am not sure how to capture the screen.
> 
>         make zImage > output.txt | tail 30 > last30.txt
> 
>         (just guessing about the "tail 30" stuff, but the first part should
> certainly work...)

And then all error messages will go on the console, not in the file
replace  by make clean dep bzImage modueles 2>&1|tail 30  &>last30.txt

-- 
MandrakeSoft          http://www.mandrakesoft.com/
                                         --Thierry

Reply via email to