Dumb shell question: Capture all output from make.
From: Gary Cramblitt (garycramblitt_NOSPAM_at_comcast.net)
Date: 07/25/03
- Next message: roodwriter_at_core.com: "Re: Need Fax Application"
- Previous message: Gary Cramblitt: "Mail notification - FetchMail, Korn, et al"
- Next in thread: Bit Twister: "Re: Dumb shell question: Capture all output from make."
- Reply: Bit Twister: "Re: Dumb shell question: Capture all output from make."
- Reply: Seth: "Re: Dumb shell question: Capture all output from make."
- Reply: Kevin_Fries: "Re: Dumb shell question: Capture all output from make."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Next message: roodwriter_at_core.com: "Re: Need Fax Application"
- Previous message: Gary Cramblitt: "Mail notification - FetchMail, Korn, et al"
- Next in thread: Bit Twister: "Re: Dumb shell question: Capture all output from make."
- Reply: Bit Twister: "Re: Dumb shell question: Capture all output from make."
- Reply: Seth: "Re: Dumb shell question: Capture all output from make."
- Reply: Kevin_Fries: "Re: Dumb shell question: Capture all output from make."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|