[arch-general] How to do this

Lukas Fleischer archlinux at cryptocrack.de
Sun Oct 24 10:45:55 EDT 2010


On Sun, Oct 24, 2010 at 05:38:35PM +0300, jesse jaara wrote:
> I think i miss understoid you, if you wang the output og make to file you
> can put >/file/path to end if iy

">" won't work since errors are printed to stderr (not stdout) in most
cases. "2>" should do the trick. If there are some errors printed to
stdout, you could use `make 2>&1 >foo`.


More information about the arch-general mailing list