<?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: scripting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318409#M186971</link>
    <description>It read (in raw format) the contents of the file  /u01/scripts/0params.dat and exports the varibles. (so as to make them available to sub-shells.&lt;BR /&gt;&lt;BR /&gt;man sh-posix for details.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Tue, 29 Jun 2004 14:17:24 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-06-29T14:17:24Z</dc:date>
    <item>
      <title>scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318407#M186969</link>
      <description>what does the following script do??&lt;BR /&gt;&lt;BR /&gt;while read -r xx&lt;BR /&gt; do&lt;BR /&gt;   export $xx&lt;BR /&gt;    done &amp;lt; /u01/scripts/0params.dat&lt;BR /&gt;**script continues**&lt;BR /&gt;I know that the 0param.dat is a file that has default values for the oracle_home/oracle_sid. &lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 14:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318407#M186969</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2004-06-29T14:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318408#M186970</link>
      <description>/u01/scripts/0params.dat file probably contains some variable names.&lt;BR /&gt;&lt;BR /&gt;The while loop reads one variable at a time in read-only mode and export the variable so that it can be accessed by the other shells.</description>
      <pubDate>Tue, 29 Jun 2004 14:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318408#M186970</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-06-29T14:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318409#M186971</link>
      <description>It read (in raw format) the contents of the file  /u01/scripts/0params.dat and exports the varibles. (so as to make them available to sub-shells.&lt;BR /&gt;&lt;BR /&gt;man sh-posix for details.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 29 Jun 2004 14:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318409#M186971</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-06-29T14:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318410#M186972</link>
      <description>0param.dat has shell variables that are set and exported. This is done by reading each line from the file and executing the "export" command.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 29 Jun 2004 14:17:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting/m-p/3318410#M186972</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-06-29T14:17:50Z</dc:date>
    </item>
  </channel>
</rss>

