www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <grouse AT mail DOT utexas DOT edu> |
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: | <Pine.WNT.4.44.0208131815310.1256-100000@barbecueworld> |
MIME-version: | 1.0 |
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. <http://www.tldp.org/HOWTO/mini/Xterm-Title.html> -- Michael Hoffman <grouse AT mail DOT utexas DOT edu> 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |