X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_40,SPF_NEUTRAL X-Spam-Check-By: sourceware.org X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtgEAJI6Ck7Ay7s3Omdsb2JhbAAMR5hQjnwBAQEBGAjLJoYwBJcbixY Message-ID: <4E0A3C25.5060801@jackson.io> Date: Tue, 28 Jun 2011 20:40:05 +0000 From: Ken Jackson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: clear has been named clearw? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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