Is it possible for a command to change the title displayed on a SSH window

  • server Ubuntu
  • client PuTTY on windows Vista
link|improve this question

65% accept rate
feedback

1 Answer

up vote 6 down vote accepted
echo -en '\033];Hello World\007'
link|improve this answer
That works fine - thanks. I was foled initially but then released that the command prompt was also setting the title. If you excute your command then a long running command (wich is what I want to do) it is fine. – justintime Aug 31 '10 at 9:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.