0

I use cygwin console for windows, but when I type clear, it says:

command not found

How can I clear the console?

Pang
  • 9,073
  • 146
  • 84
  • 117
apache
  • 1
  • 1
  • possible duplicate of [How do I get the 'clear' command in Cygwin?](http://stackoverflow.com/questions/11249070/how-do-i-get-the-clear-command-in-cygwin) – Pang Nov 13 '14 at 03:12

1 Answers1

0

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.)

quant
  • 2,176
  • 2
  • 18
  • 29
  • Well then, why haven't you googled that? Have a look at http://stackoverflow.com/questions/11249070/how-do-i-get-the-clear-command-in-cygwin – quant Nov 05 '14 at 17:17