tags:

views:

20

answers:

1

Hi, I am trying to compile a library and I get errors. I cannot see the complete output because the terminal automatically clears the output and shows only the last few lines/ pages. I am able to redirect to a txt file and see the complete output. But is there a way to see the whole output on my terminal??

+1  A: 

What shell emulator are you using as a terminal? Any good shell emulator should have options that allow you to set how much output is buffered and retained - you probably just need to bump the number up.

Andrew Hare
am using a basic terminal in Ubuntu 10.04. I assume it's a gnome terminal.
reddy