<?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: Awk Query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198216#M680596</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;I see that you are new to this Forum.  Welcome!&lt;BR /&gt;&lt;BR /&gt;That said, please read the link below about points.  Points are not only a way of saying "thanks!" but bread-crumbs for future trollers to find the tastiest (most applicable) solution:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 10 Sep 2009 10:15:57 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-09-10T10:15:57Z</dc:date>
    <item>
      <title>Awk Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198212#M680592</link>
      <description>Could someone please assist with the below. I am attempting to print pairs of devices which are colon seperated.&lt;BR /&gt;&lt;BR /&gt;Each A and B device is associated with a "V" adapter.&lt;BR /&gt;&lt;BR /&gt;If there are no devices associated with a "V" adapter it is to be ignored.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;input:&lt;BR /&gt;&lt;BR /&gt;V0:A1:B1:A2:B2&lt;BR /&gt;V1: :&lt;BR /&gt;V2:A1:B1:A2:B2:A3:B3&lt;BR /&gt;V3:A1:B1:A2:B2:A3:B3:A4:B4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Desired output:&lt;BR /&gt;&lt;BR /&gt;V0:A1:B1&lt;BR /&gt;V0:A2:B2&lt;BR /&gt;V2:A1:B1&lt;BR /&gt;V2:A2:B2&lt;BR /&gt;V2:A3:B3&lt;BR /&gt;V3:A1:B1&lt;BR /&gt;V3:A2:B2&lt;BR /&gt;V3:A3:B3&lt;BR /&gt;V3:A4:B4 &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2009 13:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198212#M680592</guid>
      <dc:creator>user57</dc:creator>
      <dc:date>2009-09-09T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Awk Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198213#M680593</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# awk -F: 'BEGIN{OFS=":"};{V=$1;for (i=2;i&amp;lt;=NF;i+=2) {print V,$i,$(i+1)}}' file&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Sep 2009 13:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198213#M680593</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-09T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Awk Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198214#M680594</link>
      <description>Thanks</description>
      <pubDate>Thu, 10 Sep 2009 06:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198214#M680594</guid>
      <dc:creator>user57</dc:creator>
      <dc:date>2009-09-10T06:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Awk Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198215#M680595</link>
      <description>Solution provided - closing</description>
      <pubDate>Thu, 10 Sep 2009 07:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198215#M680595</guid>
      <dc:creator>user57</dc:creator>
      <dc:date>2009-09-10T07:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Awk Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198216#M680596</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;I see that you are new to this Forum.  Welcome!&lt;BR /&gt;&lt;BR /&gt;That said, please read the link below about points.  Points are not only a way of saying "thanks!" but bread-crumbs for future trollers to find the tastiest (most applicable) solution:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Sep 2009 10:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198216#M680596</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-10T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Awk Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198217#M680597</link>
      <description>Also, in future do not open two threads with the same subject.&lt;BR /&gt;My initial view was these were duplicate, and I was about to delete one.</description>
      <pubDate>Thu, 10 Sep 2009 10:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-query/m-p/5198217#M680597</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2009-09-10T10:51:34Z</dc:date>
    </item>
  </channel>
</rss>

