OK, I'm a newbie in CYGWIN... How to do title?

Michael Hoffman grouse@mail.utexas.edu
Tue Aug 13 19:13:00 GMT 2002


On Tue, 13 Aug 2002, Max Bowsher wrote:

> Bruce.A.Petro@mail.sprint.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@mail.utexas.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/



More information about the Cygwin mailing list