<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configuration dtterm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-dtterm/m-p/2678128#M907586</link>
    <description>I have a little script I call title&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;/bin/echo '\033]2;'$*'\007\c'&lt;BR /&gt;&lt;BR /&gt;run it as&lt;BR /&gt;&lt;BR /&gt;title "dttermname"&lt;BR /&gt;&lt;BR /&gt;and ta da !&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
    <pubDate>Thu, 07 Mar 2002 16:09:30 GMT</pubDate>
    <dc:creator>Craig Rants</dc:creator>
    <dc:date>2002-03-07T16:09:30Z</dc:date>
    <item>
      <title>Configuration dtterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-dtterm/m-p/2678127#M907585</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would like to change the title of the active dtterm (not to open a new one like dtterm -title "toto").&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Johann</description>
      <pubDate>Thu, 07 Mar 2002 16:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-dtterm/m-p/2678127#M907585</guid>
      <dc:creator>grennepois johann</dc:creator>
      <dc:date>2002-03-07T16:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration dtterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-dtterm/m-p/2678128#M907586</link>
      <description>I have a little script I call title&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;/bin/echo '\033]2;'$*'\007\c'&lt;BR /&gt;&lt;BR /&gt;run it as&lt;BR /&gt;&lt;BR /&gt;title "dttermname"&lt;BR /&gt;&lt;BR /&gt;and ta da !&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Thu, 07 Mar 2002 16:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-dtterm/m-p/2678128#M907586</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-03-07T16:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration dtterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-dtterm/m-p/2678129#M907587</link>
      <description>Very similar eg .... &lt;BR /&gt;&lt;BR /&gt;To dynamically change the title of each terminal window to reflect the hostname of the current machine, add the following lines (exactly as they are appear here) to the end of the user's .profile file in the user's $HOME directory:&lt;BR /&gt;&lt;BR /&gt;     if [ "$TERM" = "hpterm" ] ; then&lt;BR /&gt;         HOSTNAME=$(hostname)&lt;BR /&gt;         LENGTH=${#HOSTNAME}&lt;BR /&gt;         echo "\033&amp;amp;f0k${LENGTH}D${HOSTNAME}"&lt;BR /&gt;&lt;BR /&gt;         echo "\033&amp;amp;f-1k${LENGTH}D${HOSTNAME}"&lt;BR /&gt;&lt;BR /&gt;     elif [ "$TERM" = "dtterm" ] || [ "$TERM" = "xterm" ] ; then&lt;BR /&gt;         echo "\033[2;$(hostname)\007"&lt;BR /&gt;     fi&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2002 16:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-dtterm/m-p/2678129#M907587</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-03-07T16:16:40Z</dc:date>
    </item>
  </channel>
</rss>

