Hi.
==snip==
#!/bin/sh
# A trivial, but bloody useful utility when using xterms.
# Save as /usr/local/bin/title or something.
# by <[EMAIL PROTECTED]>. GPL.
t=$*
if [ "$t" = "" ]; then
t=`whoami`@`hostname`
fi
/bin/echo -n -e "\033];$t\007"
==snip==
--
believing is seeing
[EMAIL PROTECTED]
http://www.forum2.org/gaal/
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]