What's the equivalent of the "cls" command from Windows/DOS?
- by blade19899
I used to use cmd back in windows and the command line a used a lot was cls. It's kind of like the clear command in Linux but it cleans the screen permanently.
If you use the clear command it just scroll down so that you don't see the command you where working on.
I like both a lot but my question is how do i get a cls like command that clears the screen and can't browse up to see the command you where working on?