Serge Koksharov schrieb am 18.02.2005 um 06:32:52 (+0300):
> On Thu, Feb 17, 2005 at 04:12:49PM +0100, Al Elgert wrote:
> > Hello,
> >
> > you can change the title with this command (if the term supports it):
> >
> > echo -en "\033]0;--- $HOSTNAME $TERM $$ ---\007"
> > ^^
On Thu, Feb 17, 2005 at 04:12:49PM +0100, Al Elgert wrote:
> Hello,
>
> you can change the title with this command (if the term supports it):
>
> echo -en "\033]0;--- $HOSTNAME $TERM $$ ---\007"
>^^
May be I'm don't explained clearly enough.
Serge Koksharov schrieb am 13.02.2005 um 22:52:28 (+0300):
> Hello, dear all!
>
> I am bash v3.0 user. Often I need to run long-lived foreground tasks and I
> wish the name of the task with its arguments to be shown in the Xterm title.
> Much like preexec() function from zsh. I'm very happy with