Dumb shell question: Capture all output from make.

From: Gary Cramblitt (garycramblitt_NOSPAM_at_comcast.net)
Date: 07/25/03


Date: Thu, 24 Jul 2003 19:35:18 -0400

When I compile an app, a lot of output is displayed in the terminal. I'd
like to capture ALL the output to a file. When I do

make 2>&1 > somefile

not all the output gets sent to somefile. How to do this please?



Relevant Pages