Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: b1ackmai1er on November 14, 2011, 01:29:17 AM
-
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.
-
./buildme.sh > errorlog.txt 2>&1
-
Class:Wizard Thanks!