24 Oct
2010
24 Oct
'10
2:36 p.m.
On Sun, Oct 24, 2010 at 04:33:10PM +0200, Christian wrote:
I know that I have to use piping for this, but I want to output the errors I get while compiling a program into atext file. What to type after make then?
`make 2> foobar` will put them errors in a text file called "foobar".