What clear screen command that can be ported in linux? I knew of a clear screen command but its not linux portable. I'm reffering to the "system("cls")".
What made me think that its not portable is one of the post here and its says that system() command is not linus protable.
The console command to clear the screen in *Nix is 'clear', so I would assume that the command to do so would probably be system("clear");
However, I might be wrong on this, as I do not have Linux on my system right now. Hope this helps