Does anyone know if it's possible to force terminal to append a \n to every line it prints (or something similar)?
I'm trying to debug some insane code which gives me errors the full width of my (24") screen and three lines long, so I'd appreciate not having to copy things into gedit and manually spacing them out every time I press make.
Cheers, Ed
N.B. I'm using "make 2>&1 | more" so I can't just do "| sed G"
(EDITED for clarity)