<?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 assign File in to a ksh array in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-assign-file-in-to-a-ksh-array/m-p/4479376#M362335</link>
    <description>Hi Ashan:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;echo "Enter a series of space-delimited fields to populate ARY"&lt;BR /&gt;read LINE&lt;BR /&gt;set -A ARY ${LINE}&lt;BR /&gt;echo "${#ARY[*]} elements exist"&lt;BR /&gt;echo "element_0 = ${ARY[0]}"&lt;BR /&gt;echo "element_1 = ${ARY[1]}"&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 13 Aug 2009 19:17:05 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-08-13T19:17:05Z</dc:date>
    <item>
      <title>How to assign File in to a ksh array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-assign-file-in-to-a-ksh-array/m-p/4479375#M362334</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how do I assign the file values in to ksh array &lt;BR /&gt;&lt;BR /&gt;sample file have below.&lt;BR /&gt;&lt;BR /&gt;aa bb cc dd ee ff&lt;BR /&gt;gg hh ii jj kk ll&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Ashan</description>
      <pubDate>Thu, 13 Aug 2009 19:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-assign-file-in-to-a-ksh-array/m-p/4479375#M362334</guid>
      <dc:creator>ashanabey</dc:creator>
      <dc:date>2009-08-13T19:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign File in to a ksh array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-assign-file-in-to-a-ksh-array/m-p/4479376#M362335</link>
      <description>Hi Ashan:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;echo "Enter a series of space-delimited fields to populate ARY"&lt;BR /&gt;read LINE&lt;BR /&gt;set -A ARY ${LINE}&lt;BR /&gt;echo "${#ARY[*]} elements exist"&lt;BR /&gt;echo "element_0 = ${ARY[0]}"&lt;BR /&gt;echo "element_1 = ${ARY[1]}"&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 13 Aug 2009 19:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-assign-file-in-to-a-ksh-array/m-p/4479376#M362335</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-13T19:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign File in to a ksh array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-assign-file-in-to-a-ksh-array/m-p/4479377#M362336</link>
      <description>&amp;gt;how do I assign the file values in to ksh array&lt;BR /&gt;&lt;BR /&gt;Use $(&amp;lt; file):  set -A ARY $(&amp;lt; file)</description>
      <pubDate>Fri, 14 Aug 2009 06:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-assign-file-in-to-a-ksh-array/m-p/4479377#M362336</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-14T06:58:33Z</dc:date>
    </item>
  </channel>
</rss>

