Andrew Gaffney wrote:
I routinely have atleast 3 xterm's at any one time. I need a way to easily distinguish between them. Is there a command I can run from the xterm to change its title to something I specify?

Never mind, I have found the document <http://www.tldp.org/HOWTO/Xterm-Title.html> which allowed me to create the following script to change the Xterm title on the fly:


#!/bin/bash

echo -en "\033]0;$*\007"

--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548


-- [EMAIL PROTECTED] mailing list



Reply via email to