On 6/26/2011 2:21 PM, Andrew Hancock wrote:
After some web surfing about how to clear the screen in cygwin, I installed ncurses. /bin/clear.exe is not there, but ...
I solve that with this in my ~/.bashrc file: alias clear='echo -n -e "\e[2J\e[H"' -Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple