Last Updated: February 25, 2016
·
479
· retsaminc

Cygwin Clear

If a developer using Windows and Cygwin, you may have ran into an issue where you want to clear your terminal however the "clear" command does not work.

You can either, Install the Cygwin package ncurses; it is in the Utils category.

OR

add an alias, so far I am using the latter

alias clear='printf "\033c"'