The linux terminal has a handy command named "clear" that removes all previous output. Unfortunately, when I run this command and then compile a rather large project with gcc, all previous output magically reappears in the terminal. This makes it hard to find errors and things.
Is there some way to permanently clear the terminal in Ubuntu?
Edit: I think it's bash - it's whatever the default for Ubuntu 10.04 is. Anyway, reset worked.