<?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 EOF Script Help. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833598#M89516</link>
    <description>Team:&lt;BR /&gt;&lt;BR /&gt;  I am having trouble with this part of the script. Each of these commands would work fine seperately(inside EOF)&lt;BR /&gt;&lt;BR /&gt;/opt/config.sh &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;select MMOPAR&lt;BR /&gt;set enable=no&lt;BR /&gt;save&lt;BR /&gt;exit&lt;BR /&gt;EOF&lt;BR /&gt;when i execute the script it says in the eof line "&amp;lt;&amp;lt;" not expected and also "set" not expected Is there any problem with the space between set and enable. How do i handle this in EOF?Please advice.&lt;BR /&gt;Thanks&lt;BR /&gt;Ben</description>
    <pubDate>Fri, 25 Oct 2002 17:15:24 GMT</pubDate>
    <dc:creator>ben_43</dc:creator>
    <dc:date>2002-10-25T17:15:24Z</dc:date>
    <item>
      <title>EOF Script Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833598#M89516</link>
      <description>Team:&lt;BR /&gt;&lt;BR /&gt;  I am having trouble with this part of the script. Each of these commands would work fine seperately(inside EOF)&lt;BR /&gt;&lt;BR /&gt;/opt/config.sh &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;select MMOPAR&lt;BR /&gt;set enable=no&lt;BR /&gt;save&lt;BR /&gt;exit&lt;BR /&gt;EOF&lt;BR /&gt;when i execute the script it says in the eof line "&amp;lt;&amp;lt;" not expected and also "set" not expected Is there any problem with the space between set and enable. How do i handle this in EOF?Please advice.&lt;BR /&gt;Thanks&lt;BR /&gt;Ben</description>
      <pubDate>Fri, 25 Oct 2002 17:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833598#M89516</guid>
      <dc:creator>ben_43</dc:creator>
      <dc:date>2002-10-25T17:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: EOF Script Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833599#M89517</link>
      <description>It appears you have left a space between the first &amp;lt; and the second &amp;lt;: "&amp;lt; &amp;lt;".  There should not be a space: "&amp;lt;&amp;lt;"</description>
      <pubDate>Fri, 25 Oct 2002 17:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833599#M89517</guid>
      <dc:creator>George Morrison</dc:creator>
      <dc:date>2002-10-25T17:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: EOF Script Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833600#M89518</link>
      <description>After I posted that it looks like a trick with my browser.&lt;BR /&gt;&lt;BR /&gt;"Nevermind"</description>
      <pubDate>Fri, 25 Oct 2002 17:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833600#M89518</guid>
      <dc:creator>George Morrison</dc:creator>
      <dc:date>2002-10-25T17:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: EOF Script Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833601#M89519</link>
      <description>Hi Ben:&lt;BR /&gt;&lt;BR /&gt;Make sure that no blank (space) characters appear before the EOF.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 25 Oct 2002 17:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833601#M89519</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-25T17:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: EOF Script Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833602#M89520</link>
      <description>Be sure to left justify (no leading whitespace) everything between the "&amp;lt;&lt;EOF&gt;&lt;/EOF&gt;&lt;BR /&gt;I'm fairly certain there is a way to indent those lines but I don't know it off the top of my head.  Seems it was with changing IFS?&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 25 Oct 2002 17:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833602#M89520</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-10-25T17:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: EOF Script Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833603#M89521</link>
      <description>Hi Darrell:&lt;BR /&gt;&lt;BR /&gt;If the form of the "here" document is:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&lt;EOF-&gt;&lt;/EOF-&gt;&lt;BR /&gt;then all leading *tabs* are stripped from word and from the document.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 25 Oct 2002 17:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833603#M89521</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-25T17:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: EOF Script Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833604#M89522</link>
      <description>Thanks Jim.  I'll try to remember that.&lt;BR /&gt;&lt;BR /&gt;No points here, please.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 25 Oct 2002 17:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833604#M89522</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-10-25T17:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: EOF Script Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833605#M89523</link>
      <description>Hi Ben,&lt;BR /&gt;&lt;BR /&gt;What shell is this script using?  What about /opt/config.sh?&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 25 Oct 2002 18:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/eof-script-help/m-p/2833605#M89523</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-10-25T18:30:30Z</dc:date>
    </item>
  </channel>
</rss>

