|
From: Nicholas N. <nj...@ca...> - 2003-11-17 17:24:54
|
On Mon, 17 Nov 2003, Andr=E9s Rold=E1n wrote: > I'm interested in showing the valgrind --help output to STDOUT > instead of STDERR to pipe it to a pager or something. Can anybody > tell me what do I need to change? > > I used to use an ugly hack of dup2() calls but I think there is > a better (and prettier) way to do that. valgrind --help 2>&1 | more N |