Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Setting the Terminal window title from tcsh' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Setting the Terminal window title from tcsh
Authored by: thinkyhead on Dec 30, '01 05:18:54AM
To set the title of the Terminal window from tcsh you do pretty much the same thing, except tcsh uses an alias to do its magic: alias cwdcmd 'echo -n "^[]1;$PWD^G"'

[ Reply to This | # ]