<?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: Simple ksh question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846915#M721333</link>
    <description>The man page for ksh states-&lt;BR /&gt;&lt;BR /&gt;  exec 3&amp;lt;&amp;amp;-&lt;BR /&gt;&lt;BR /&gt;should work.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
    <pubDate>Mon, 18 Nov 2002 14:28:20 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2002-11-18T14:28:20Z</dc:date>
    <item>
      <title>Simple ksh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846914#M721332</link>
      <description>I am opening a file and reading it in with the following two lines:&lt;BR /&gt;exec 3&amp;lt; ${DIR}/extract.tmp&lt;BR /&gt;while read -u3 LINE&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I can't remember how to close this file descriptor.  Does anyone know how?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jason&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Nov 2002 14:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846914#M721332</guid>
      <dc:creator>Jason Berendsen</dc:creator>
      <dc:date>2002-11-18T14:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Simple ksh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846915#M721333</link>
      <description>The man page for ksh states-&lt;BR /&gt;&lt;BR /&gt;  exec 3&amp;lt;&amp;amp;-&lt;BR /&gt;&lt;BR /&gt;should work.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Mon, 18 Nov 2002 14:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846915#M721333</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-11-18T14:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Simple ksh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846916#M721334</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps "exec 3&amp;lt;&amp;amp;-"&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 18 Nov 2002 14:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846916#M721334</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-11-18T14:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simple ksh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846917#M721335</link>
      <description>It should closed when the process closed.  You can also close it by redirecting &amp;amp;- to it.&lt;BR /&gt;&lt;BR /&gt;Try executing someting in the current shell like:&lt;BR /&gt;. /dev/null 3&amp;lt;&amp;amp;-&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Nov 2002 14:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ksh-question/m-p/2846917#M721335</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-11-18T14:39:01Z</dc:date>
    </item>
  </channel>
</rss>

