Can a command on SSH window change title (Ubuntu and PuTTY)
Is it possible for a command to change the title displayed on a SSH window
- server Ubuntu
- client PuTTY on windows Vista
Solution 1:
echo -en '\033];Hello World\007'
Is it possible for a command to change the title displayed on a SSH window
echo -en '\033];Hello World\007'