Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Tue, 13 Aug 2002 18:22:30 -0500 (Central Daylight Time) From: Michael Hoffman Subject: Re: OK, I'm a newbie in CYGWIN... How to do title? In-reply-to: <001001c2431c$731f1f80$0100a8c0@wdg.uk.ibm.com> X-X-Sender: grouse AT mail DOT utexas DOT edu To: cygwin AT cygwin DOT com, Bruce DOT A DOT Petro AT mail DOT sprint DOT com Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII On Tue, 13 Aug 2002, Max Bowsher wrote: > Bruce DOT A DOT Petro AT mail DOT sprint DOT com wrote: > > > > Can someone share how I perform the equivalent of the NT 'title' > > command on a CYGWIN window?? > > > > [...] > > > > $title "Logfile1" > > tail -f logfile1.log > > cmd /c title Logfile1 In bash, using: $ echo -ne "\033]0;logfile1\007" will also work with rxvt. And if you're using zsh I'm told that you can set your title for every command. -- Michael Hoffman The University of Texas at Austin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/