Gnome: Change title of current terminal from bash command line
Output a suitable xterm escape sequence.
echo -ne '\033]0;New title\007'
See also How to change the title of an xterm.
Output a suitable xterm escape sequence.
echo -ne '\033]0;New title\007'
See also How to change the title of an xterm.