<?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: How to interpret this script? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744761#M922201</link>
    <description>As I wrote, see the "Shells: User's Guide".&lt;BR /&gt;&lt;BR /&gt;Specifically:&lt;BR /&gt;&lt;BR /&gt;"23 Advanced Concepts and Commands" -&amp;gt; "The ENV Variable".&lt;BR /&gt;&lt;BR /&gt;This is referenced in "POSIX and Korn Shell" -&amp;gt; "16 Starting and Stopping the Shell" -&amp;gt; "Setting Up .profile and .kshrc".&lt;BR /&gt;&lt;BR /&gt;The "Shells: User's Guide" should be supplied with your system. An an HTML version is available at &amp;lt;&amp;gt; and a PDF version at &amp;lt;&amp;gt;.</description>
    <pubDate>Thu, 20 Jun 2002 10:19:58 GMT</pubDate>
    <dc:creator>Frank Slootweg</dc:creator>
    <dc:date>2002-06-20T10:19:58Z</dc:date>
    <item>
      <title>How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744748#M922188</link>
      <description>Can anyone help me interpret the following "ENV=..." statement?&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;#cat .profile&lt;BR /&gt;...&lt;BR /&gt;ENV='${START[(_$-=1)+(_=0)-(_$-!=_${-%%*i*})]}'&lt;BR /&gt;START=$HOME/.kshrc&lt;BR /&gt;export ENV START&lt;BR /&gt;#cat .kshrc&lt;BR /&gt;set -o vi&lt;BR /&gt;set -o monitor&lt;BR /&gt;alias ll='ls -la'&lt;BR /&gt;setprmt='PS1=$HOST"["$USER"]:"${PWD##*/}" "'&lt;BR /&gt;setprmt&lt;BR /&gt;alias cd=newcd&lt;BR /&gt;function newcd&lt;BR /&gt;{&lt;BR /&gt;    \cd "$@" &amp;gt;&amp;amp;- || return 1&lt;BR /&gt;    setprmt&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jun 2002 08:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744748#M922188</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-14T08:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744749#M922189</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you mistype the double-quotes as single-quotes?&lt;BR /&gt;&lt;BR /&gt;ENV='${START[(_$-=1)+(_=0)-(_$-!=_${-%%*i*})]}' &lt;BR /&gt;&lt;BR /&gt;will simply assign the string in the single quotes ''&lt;BR /&gt;&lt;BR /&gt;${START[(_$-=1)+(_=0)-(_$-!=_${-%%*i*})]}&lt;BR /&gt;&lt;BR /&gt;to the ENV variable&lt;BR /&gt;&lt;BR /&gt;Thus echo $ENV will give you the literal string:&lt;BR /&gt;&lt;BR /&gt;${START[(_$-=1)+(_=0)-(_$-!=_${-%%*i*})]}&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 14 Jun 2002 09:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744749#M922189</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-06-14T09:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744750#M922190</link>
      <description>This seems just to be an elaborate way of making sure that ${ENV} is only excuted by interactive ksh's. And I wonder if it works at all, because it seems that ENV is not executed if the shell is non-interactive (script).&lt;BR /&gt;&lt;BR /&gt;The variable $- gives you the options given to ksh.</description>
      <pubDate>Fri, 14 Jun 2002 09:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744750#M922190</guid>
      <dc:creator>Edgar Matzinger</dc:creator>
      <dc:date>2002-06-14T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744751#M922191</link>
      <description>Sorry for delayed reply.&lt;BR /&gt;Yes, this script cannot work. But anyidea on how to make it work?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2002 07:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744751#M922191</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-17T07:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744752#M922192</link>
      <description>ARE YOU KIDDING ME?&lt;BR /&gt;&lt;BR /&gt;This member has assigned points to 21 of 242 responses to his/her questions.&lt;BR /&gt;&lt;BR /&gt;LESS THAN 10%???&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/UserProfile/1,,CA698738!1,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/UserProfile/1,,CA698738!1,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2002 17:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744752#M922192</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-17T17:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744753#M922193</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 17 Jun 2002 17:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744753#M922193</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-06-17T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744754#M922194</link>
      <description>I admited that sometimes I forgot to give points, For this I will compensate by gradually giving out points. But most of time I haven't got any satisfactory answer or the answer is not relevent or applicable to my environment.  In that case, how can I give points? Should I give 1 or 2 points?</description>
      <pubDate>Mon, 17 Jun 2002 23:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744754#M922194</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-17T23:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744755#M922195</link>
      <description>If the post didn't answer the question or was way off mark assign "N/A". For instance, this post here should be assigned "N/A". And there is nothing wrong with giving someone 1 or 2 points just for trying.&lt;BR /&gt;&lt;BR /&gt;Now with the new feature on our "profiles" you have the ability to see all of the threads that you have started.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 18 Jun 2002 00:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744755#M922195</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-18T00:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744756#M922196</link>
      <description>If I assign "N/A" to this post, for example, does that mean that this post is closed and other people cannot comment anymore?  Sometimes I thought if I just leave it there and someday other people might provide better answer.  That is why I often just leave my post there without giving any points unless I already got a satifactory answer.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jun 2002 01:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744756#M922196</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-18T01:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744757#M922197</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thats why you have a value between 1 and 10 - depending on how helpful the answer is for you - If you assign less than 8 , it is assumed that the answer has not been provided -&lt;BR /&gt;entering N/A does not close the post&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 18 Jun 2002 01:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744757#M922197</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-06-18T01:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744758#M922198</link>
      <description>Is "N/A" equivalent to 0 points? I didn't find "N/A" and I am allowed to assign only 0-10 points.</description>
      <pubDate>Tue, 18 Jun 2002 01:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744758#M922198</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-18T01:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744759#M922199</link>
      <description>&amp;gt; Yes, this script cannot work. But anyidea on how to make it work?&lt;BR /&gt;&lt;BR /&gt;*What* does not work? Only the "ENV=..." statement? What results do you get, i.e. (error) message(s), etc.?&lt;BR /&gt;&lt;BR /&gt;As far as I can tell, your "ENV=...", "START=..." and "export ENV START" statements are correct, assuming you are using a *login* *Korn* shell, i.e. if this is (X) 'windows' related, i.e. CDE, VUE, etc., then it may just be a question of .profile not being executed.&lt;BR /&gt;&lt;BR /&gt;Minor point: The ENV and START statements are 'the wrong way around', i.e. START is used in ENV, but is defined *after* ENV. While, as far as I know, this should matter because this stuff is exported and then executed, it is better to put them in logical order.&lt;BR /&gt;&lt;BR /&gt;For what it is worth, this rather complex "ENV=" statement is apparently documented in the "Shell's User Guide" Chapter 23 and Korn's book on ksh.&lt;BR /&gt;&lt;BR /&gt;[My reference: A4678466]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jun 2002 08:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744759#M922199</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-06-18T08:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744760#M922200</link>
      <description>I didn't get any error message, but when I type env, I got the following,&lt;BR /&gt;...&lt;BR /&gt;TZ=SST-8&lt;BR /&gt;ENV=${START[(_$-=1)+(_=0)-(_$-!=_${-%%*i*})]}&lt;BR /&gt;START=/home/opc_op/.kshrc&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Actually I don't understand what this ENV command will do, I just copy this from .profile of user opc_op which was automatically created by OpenView ITO.  &lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jun 2002 05:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744760#M922200</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-19T05:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744761#M922201</link>
      <description>As I wrote, see the "Shells: User's Guide".&lt;BR /&gt;&lt;BR /&gt;Specifically:&lt;BR /&gt;&lt;BR /&gt;"23 Advanced Concepts and Commands" -&amp;gt; "The ENV Variable".&lt;BR /&gt;&lt;BR /&gt;This is referenced in "POSIX and Korn Shell" -&amp;gt; "16 Starting and Stopping the Shell" -&amp;gt; "Setting Up .profile and .kshrc".&lt;BR /&gt;&lt;BR /&gt;The "Shells: User's Guide" should be supplied with your system. An an HTML version is available at &amp;lt;&amp;gt; and a PDF version at &amp;lt;&amp;gt;.</description>
      <pubDate>Thu, 20 Jun 2002 10:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744761#M922201</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-06-20T10:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744762#M922202</link>
      <description>You have pointed to the right place, but I still don't know if this script works or not since there is no error message. see this,&lt;BR /&gt;$ echo $ENV[0]&lt;BR /&gt;${START[(_$-=1)+(_=0)-(_$-!=_${-%%*i*})]}[0]&lt;BR /&gt;$ echo $START[0]&lt;BR /&gt;/home/opc_op/.kshrc[0]&lt;BR /&gt;&lt;BR /&gt;Does it work?&lt;BR /&gt;&lt;BR /&gt; Additionally, how do I know if interactive shell or noninteractive shell is required in .profile of user opc_op which was created by OpenView ITO?  Usually after login as opc_op, we would run opc to start ITO.&lt;BR /&gt;&lt;BR /&gt;I think you may want to see .kshrc, here it is,&lt;BR /&gt;$cat .kshrc&lt;BR /&gt;set -o vi&lt;BR /&gt;set -o monitor&lt;BR /&gt;alias ll='ls -la'&lt;BR /&gt;alias setprmt='PS1=$HOST"["$USER"]:"${PWD##*/}" "'&lt;BR /&gt;setprmt&lt;BR /&gt;alias cd=newcd&lt;BR /&gt;function newcd&lt;BR /&gt;{&lt;BR /&gt;    \cd "$@" &amp;gt;&amp;amp;- || return 1&lt;BR /&gt;    setprmt&lt;BR /&gt;}&lt;BR /&gt;$alias&lt;BR /&gt;autoload=typeset -fu&lt;BR /&gt;cat=/usr/bin/cat&lt;BR /&gt;cd=newcd&lt;BR /&gt;false=let 0&lt;BR /&gt;functions=typeset -f&lt;BR /&gt;hash=alias -t -&lt;BR /&gt;history=fc -l&lt;BR /&gt;integer=typeset -i&lt;BR /&gt;ll=ls -la&lt;BR /&gt;ls=/usr/bin/ls&lt;BR /&gt;nohup=nohup&lt;BR /&gt;r=fc -e -&lt;BR /&gt;setprmt=PS1=$HOST"["$USER"]:"${PWD##*/}" "&lt;BR /&gt;stop=kill -STOP&lt;BR /&gt;suspend=kill -STOP $$&lt;BR /&gt;true=:&lt;BR /&gt;type=whence -v&lt;BR /&gt;$cd&lt;BR /&gt;newcd[2]: @: parameter not set&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 00:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744762#M922202</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-21T00:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744763#M922203</link>
      <description>One more thing, may I know if&lt;BR /&gt;this line in function newcd is correct?&lt;BR /&gt;\cd "$@" &amp;gt;&amp;amp;- || return 1 &lt;BR /&gt;Why need "\"? What is &amp;amp;-? Are these specifically for ksh?</description>
      <pubDate>Fri, 21 Jun 2002 00:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744763#M922203</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-21T00:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744764#M922204</link>
      <description>&amp;gt; Does it work? &lt;BR /&gt;&lt;BR /&gt;Because you get a "newcd[2]: @: parameter not set" error message when you do a "cd" and that "newcd" alias is defined in .kshrc, it looks like .kshrc is executed on startup of a login shell and hence the START= and ENV= statements seem to be working.&lt;BR /&gt;&lt;BR /&gt;To be absolutely sure, why don't you put a few simple "echo Start of .kshrc" and "echo End of .kshrc" in .kshrc, so you will *see* when it is (not) executed?&lt;BR /&gt;&lt;BR /&gt;I can not comment on the OpenView ITO aspects.&lt;BR /&gt;&lt;BR /&gt;Also I let the newcd alias to others who may know its source/use.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 10:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744764#M922204</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-06-21T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744765#M922205</link>
      <description>I think it's time to reward those people for their precious time. N/A (0) for me please</description>
      <pubDate>Fri, 21 Jun 2002 11:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744765#M922205</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-06-21T11:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744766#M922206</link>
      <description>Frank, thank you for your help. You have answered the most part of my question. But I still have one doubt left,&lt;BR /&gt; How do I know whether I am running in interactive or non-interactive shell and how to switch from one to another? Because according to SHELL GUIDE, .kshrc will only be run under interacetive shell.&lt;BR /&gt; $ set -o&lt;BR /&gt;and look for:&lt;BR /&gt;interactive on&lt;BR /&gt;When can I see it becomes off or how to set it to off?&lt;BR /&gt;Is it true that .kshrc can only be run through .profile, It is normally something like ENV=~/.kshrc?&lt;BR /&gt;&lt;BR /&gt;As for newcd, I think I need to post it as another question.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2002 02:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744766#M922206</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-06-24T02:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret this script?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744767#M922207</link>
      <description>A shell is interactive when it is used from a terminal, i.e. when you can/are type/typing commands.&lt;BR /&gt;&lt;BR /&gt;Specifically, from the ksh(1) manual page (description of "-i" option):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If the -i option is present or if the shell input&lt;BR /&gt;&amp;gt; and output are attached to a terminal (as reported&lt;BR /&gt;&amp;gt; by tty(3C)), the shell is interactive.&lt;BR /&gt;&lt;BR /&gt;For future situations: You could have found this yourself by sending the (ksh(1)) manual page to a file and then using vi(1) or view(1) and look for the desired word(s), i.e.&lt;BR /&gt;&lt;BR /&gt;$ man ksh | col -b &amp;gt;/tmp/ksh.man&lt;BR /&gt;$ view /tmp/ksh.man&lt;BR /&gt;[In view(1):]&lt;BR /&gt;/interactive&lt;BR /&gt;n&lt;BR /&gt;n&lt;BR /&gt;[etc.]&lt;BR /&gt;ZZ&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Note: The "| col -b" strips the highlighting from the output, so what remains is plain ASCII text, which can be view(1)-ed, searched, etc..</description>
      <pubDate>Mon, 24 Jun 2002 10:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-interpret-this-script/m-p/2744767#M922207</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-06-24T10:40:01Z</dc:date>
    </item>
  </channel>
</rss>

