<?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: hello i have e shell script problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560207#M226325</link>
    <description>&lt;BR /&gt;alright, the problem is actually with that post itself. &lt;BR /&gt;&lt;BR /&gt;it should have been something like this:&lt;BR /&gt;&lt;BR /&gt;if [ $TERM = hp -o $TERM = dterm ];&lt;BR /&gt;then&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;so replace &amp;amp;=93 with [ and &amp;amp;=91 with ]&lt;BR /&gt;&lt;BR /&gt;it could be because of problem with cut and paste&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
    <pubDate>Wed, 08 Jun 2005 08:52:05 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-06-08T08:52:05Z</dc:date>
    <item>
      <title>hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560200#M226318</link>
      <description>What is a "   [  or  ] "&lt;BR /&gt;&lt;BR /&gt;Help me</description>
      <pubDate>Wed, 08 Jun 2005 07:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560200#M226318</guid>
      <dc:creator>jimmy_39</dc:creator>
      <dc:date>2005-06-08T07:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560201#M226319</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;Some context might be helpful... &lt;BR /&gt;&lt;BR /&gt;I've seen things like that in html docs.. not normally in shells - at least not with functional terminals.  &lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Wed, 08 Jun 2005 08:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560201#M226319</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2005-06-08T08:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560202#M226320</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;where do you see these? Is your TERM variable set correctly? where did you get your shell script from??&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Elias</description>
      <pubDate>Wed, 08 Jun 2005 08:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560202#M226320</guid>
      <dc:creator>Elias Abboud</dc:creator>
      <dc:date>2005-06-08T08:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560203#M226321</link>
      <description>echo "^[&amp;amp;f0k${#hn}D$hn^M\c"&lt;BR /&gt;elif [ "$TERM" = "xterm" -o "$TERM" = "vt100" ]&lt;BR /&gt;then&lt;BR /&gt;echo "\033]2;$hn\007\c"&lt;BR /&gt;elif [ "$TERM" = "dtterm" -o "$TERM" = "vt220" ]&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 08:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560203#M226321</guid>
      <dc:creator>jimmy_39</dc:creator>
      <dc:date>2005-06-08T08:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560204#M226322</link>
      <description>I think what you are seeing is cut-and-paste issues with the forums.&lt;BR /&gt;&lt;BR /&gt;The forums seem to not like it if you paste something from MS Word.  Characters get translated to their ASCII values for some reason.&lt;BR /&gt;&lt;BR /&gt;If you did get the script from the Forums, it would be helpful to know which thread.  Then maybe we can help you get it corrected.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 08:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560204#M226322</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-06-08T08:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560205#M226323</link>
      <description>[ = [&lt;BR /&gt;&lt;BR /&gt;] = ]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 08:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560205#M226323</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-06-08T08:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560206#M226324</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/ciss/doLogin.do?TargetPage=http%3A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%3FthreadId%3D51050" target="_blank"&gt;http://forums1.itrc.hp.com/service/ciss/doLogin.do?TargetPage=http%3A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%3FthreadId%3D51050&lt;/A&gt;</description>
      <pubDate>Wed, 08 Jun 2005 08:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560206#M226324</guid>
      <dc:creator>jimmy_39</dc:creator>
      <dc:date>2005-06-08T08:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560207#M226325</link>
      <description>&lt;BR /&gt;alright, the problem is actually with that post itself. &lt;BR /&gt;&lt;BR /&gt;it should have been something like this:&lt;BR /&gt;&lt;BR /&gt;if [ $TERM = hp -o $TERM = dterm ];&lt;BR /&gt;then&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;so replace &amp;amp;=93 with [ and &amp;amp;=91 with ]&lt;BR /&gt;&lt;BR /&gt;it could be because of problem with cut and paste&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 08 Jun 2005 08:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560207#M226325</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-08T08:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560208#M226326</link>
      <description>&lt;BR /&gt;i'm sorry, actually &amp;amp;=91; is [ and &amp;amp;=93; is ]&lt;BR /&gt;&lt;BR /&gt;typo error.</description>
      <pubDate>Wed, 08 Jun 2005 08:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560208#M226326</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-08T08:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560209#M226327</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;delays[x]="Delay?" &lt;BR /&gt;done &lt;BR /&gt;unset delays[*] &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;while (( x &amp;lt; $strg_len )) &amp;amp;&amp;amp; (( $strg_len &amp;lt; 1024 )) &lt;BR /&gt;do &lt;BR /&gt;(( x = x + 1 )) &lt;BR /&gt;scroll[x]=`echo "$*" |cut -c $x` &lt;BR /&gt;[ ${scroll[x]} ] 2&amp;gt; /dev/null &amp;amp;&amp;amp; { &lt;BR /&gt;print "${scroll[x]}\c" &lt;BR /&gt;delay 2000 &lt;BR /&gt;} || { &lt;BR /&gt;print "${scroll[x]}\c" &lt;BR /&gt;delay 5000 &lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 09:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560209#M226327</guid>
      <dc:creator>jimmy_39</dc:creator>
      <dc:date>2005-06-08T09:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560210#M226328</link>
      <description>delays[x]="Delay?" &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;delays[;x];="Delay?"</description>
      <pubDate>Wed, 08 Jun 2005 09:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560210#M226328</guid>
      <dc:creator>jimmy_39</dc:creator>
      <dc:date>2005-06-08T09:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560211#M226329</link>
      <description>; seem to be part of the code.&lt;BR /&gt;[ is [&lt;BR /&gt;&lt;BR /&gt;So script you give should look like :&lt;BR /&gt;&lt;BR /&gt;delays[x]="Delay?" &lt;BR /&gt;done &lt;BR /&gt;unset delays[*] &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;while (( x &amp;lt; $strg_len )) &amp;amp;&amp;amp; (( $strg_len &amp;lt; 1024 )) &lt;BR /&gt;do &lt;BR /&gt;(( x = x + 1 )) &lt;BR /&gt;scroll[x]=`echo "$*" |cut -c $x` &lt;BR /&gt;[ ${scroll[x]} ] 2&amp;gt; /dev/null &amp;amp;&amp;amp; { &lt;BR /&gt;print "${scroll[x]}\c" &lt;BR /&gt;delay 2000 &lt;BR /&gt;} || { &lt;BR /&gt;print "${scroll[x]}\c" &lt;BR /&gt;delay 5000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Doesn't it look nice ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 09:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560211#M226329</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-06-08T09:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: hello i have e shell script problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560212#M226330</link>
      <description>thanks</description>
      <pubDate>Wed, 08 Jun 2005 10:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hello-i-have-e-shell-script-problem/m-p/3560212#M226330</guid>
      <dc:creator>jimmy_39</dc:creator>
      <dc:date>2005-06-08T10:05:05Z</dc:date>
    </item>
  </channel>
</rss>

