Hi,
I am trying to compile some perl modules. When I start the compile process there is a lot of output to the display.
I tried to capture the output so I can check for errors in the compile process but even when I use the command ./buildme.sh > errorlog.txt not all of the output goes into the errorlog.txt file. The screen fills up with warning information.
Would someone tell me how I could catch this screen output as it exceeds the scroll back buffer on my terminal.
Thanks.