I use cygwin console for windows, but when I type clear, it says:
command not found
How can I clear the console?
I use cygwin console for windows, but when I type clear, it says:
command not found
How can I clear the console?
You may use Ctrl + L
On Linux the clear command would be cls, but this command doesn't seem to work in cygwin. (At least not when I tested it.)