Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tcsh: escape sequence

Status
Not open for further replies.

modemer

Technical User
Feb 16, 2005
22
US
does tcsh support "escape sequence" on Solaris and Aix?
I've tested the following on Solaris and Aix, didn't work:

Function: change xterm's title:

>> echo "\033]0;TITLE\007"
\033]0;TITLE\007
>> echo "\e]0;TITLE\007"
\e]0;TITLE\007
>> echo "^e]0;TITLE\007"
^e]0;TITLE\007
>> echo "
>> echo "%{\003]0;TITLE\007%}
Unmatched ".
>> echo "%{\003]0;TITLE\007%}"
%{\003]0;TITLE\007%}

Anyone has experience?

Cheers,
 
Have you tried with /bin/echo ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
MY GOD! PHV :) So fast response.

You have to answer this question:
How could you be notified by the new post? Do you have any tool?

Thank you so much PHV!

I'll never walk around any other forum from now on!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top