<?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 ksh typeset -r in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156590#M319399</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is there a wat to unset a variable that was assisgned with typeset -r &lt;VAR&gt; ?&lt;BR /&gt;&lt;BR /&gt;the +r still gives the readonly message.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Reuven&lt;/VAR&gt;</description>
    <pubDate>Thu, 06 Mar 2008 15:27:11 GMT</pubDate>
    <dc:creator>System Unix</dc:creator>
    <dc:date>2008-03-06T15:27:11Z</dc:date>
    <item>
      <title>ksh typeset -r</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156590#M319399</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is there a wat to unset a variable that was assisgned with typeset -r &lt;VAR&gt; ?&lt;BR /&gt;&lt;BR /&gt;the +r still gives the readonly message.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Reuven&lt;/VAR&gt;</description>
      <pubDate>Thu, 06 Mar 2008 15:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156590#M319399</guid>
      <dc:creator>System Unix</dc:creator>
      <dc:date>2008-03-06T15:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: ksh typeset -r</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156591#M319400</link>
      <description>Hi Reuven:&lt;BR /&gt;&lt;BR /&gt;This is a one-way street.  If you could reassign to the variable or unset it, then it wouldn't be read-only :-)&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Mar 2008 15:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156591#M319400</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-03-06T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: ksh typeset -r</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156592#M319401</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;What you mean is that actually you will not be able to set or unset it conditionly, and have to use another var name ?&lt;BR /&gt;&lt;BR /&gt;tnx,&lt;BR /&gt;Reuven</description>
      <pubDate>Thu, 06 Mar 2008 15:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156592#M319401</guid>
      <dc:creator>System Unix</dc:creator>
      <dc:date>2008-03-06T15:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: ksh typeset -r</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156593#M319402</link>
      <description>Hi (agin) Reuven:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What you mean is that actually you will not be able to set or unset it conditionly, and have to use another var name ?&lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Mar 2008 15:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156593#M319402</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-03-06T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: ksh typeset -r</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156594#M319403</link>
      <description>thanks,James</description>
      <pubDate>Thu, 06 Mar 2008 15:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156594#M319403</guid>
      <dc:creator>System Unix</dc:creator>
      <dc:date>2008-03-06T15:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: ksh typeset -r</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156595#M319404</link>
      <description>&amp;gt;is there a way to unset a variable that was assigned with typeset -r &lt;VAR&gt;?&lt;BR /&gt;&lt;BR /&gt;As mentioned by JRF, the only way to do this is to exit the shell and start over.&lt;BR /&gt;Even subshells have magic protection but are easily hacked.&lt;/VAR&gt;</description>
      <pubDate>Fri, 07 Mar 2008 06:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156595#M319404</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-07T06:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: ksh typeset -r</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156596#M319405</link>
      <description>thanks Dennis.</description>
      <pubDate>Sat, 08 Mar 2008 08:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-typeset-r/m-p/4156596#M319405</guid>
      <dc:creator>System Unix</dc:creator>
      <dc:date>2008-03-08T08:38:09Z</dc:date>
    </item>
  </channel>
</rss>

