You could always tee sdtout/stderr to a log file for later review.

 2>&1 | tee -a somelogfile

Puneet Kishor wrote:

>
> Btw, am I the only one who finds the error messages streaming off my
> terminal at 300 mph while doing the make, build dance useless? I mean,
> I can't even read them, and by the time I scroll up to read the buffer
> runoff, make is merrily proceeding along its erroneous ways.
>
> Strange are unix ways... less is more...
>
> ;-)
>

Reply via email to