<?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 Awk extraction with test in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-extraction-with-test/m-p/5271293#M656018</link>
    <description>Hi Guys&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to return only DBX here flag is not N from my file below (Example). &lt;BR /&gt;&lt;BR /&gt;DB1:/su01/app/oracle/product/10203/db:W&lt;BR /&gt;DB2:/su01/app/oracle/product/10203/db:Y&lt;BR /&gt;DB3:/su01/app/oracle/product/10204.2/db:Y&lt;BR /&gt;DB4:/su01/app/oracle/product/10203/db:N&lt;BR /&gt;DB5:/su01/app/oracle/product/10203/db:N&lt;BR /&gt;DBTEST1:/su01/app/oracle/product/10203/db:Y&lt;BR /&gt;&lt;BR /&gt;Result must be&lt;BR /&gt;&lt;BR /&gt;DB1&lt;BR /&gt;DB2&lt;BR /&gt;DB3&lt;BR /&gt;DBTEST1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Bests regards&lt;BR /&gt;Den&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Jan 2011 15:08:02 GMT</pubDate>
    <dc:creator>Leo The Cat</dc:creator>
    <dc:date>2011-01-24T15:08:02Z</dc:date>
    <item>
      <title>Awk extraction with test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-extraction-with-test/m-p/5271293#M656018</link>
      <description>Hi Guys&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to return only DBX here flag is not N from my file below (Example). &lt;BR /&gt;&lt;BR /&gt;DB1:/su01/app/oracle/product/10203/db:W&lt;BR /&gt;DB2:/su01/app/oracle/product/10203/db:Y&lt;BR /&gt;DB3:/su01/app/oracle/product/10204.2/db:Y&lt;BR /&gt;DB4:/su01/app/oracle/product/10203/db:N&lt;BR /&gt;DB5:/su01/app/oracle/product/10203/db:N&lt;BR /&gt;DBTEST1:/su01/app/oracle/product/10203/db:Y&lt;BR /&gt;&lt;BR /&gt;Result must be&lt;BR /&gt;&lt;BR /&gt;DB1&lt;BR /&gt;DB2&lt;BR /&gt;DB3&lt;BR /&gt;DBTEST1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Bests regards&lt;BR /&gt;Den&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2011 15:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-extraction-with-test/m-p/5271293#M656018</guid>
      <dc:creator>Leo The Cat</dc:creator>
      <dc:date>2011-01-24T15:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Awk extraction with test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-extraction-with-test/m-p/5271294#M656019</link>
      <description>awk -F':' '!/^#/ &amp;amp;&amp;amp; NF==3 &amp;amp;&amp;amp; $3!="N"{print $1}'</description>
      <pubDate>Mon, 24 Jan 2011 15:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-extraction-with-test/m-p/5271294#M656019</guid>
      <dc:creator>Earl_Crowder</dc:creator>
      <dc:date>2011-01-24T15:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Awk extraction with test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-extraction-with-test/m-p/5271295#M656020</link>
      <description>Earl answer is good !</description>
      <pubDate>Mon, 24 Jan 2011 19:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-extraction-with-test/m-p/5271295#M656020</guid>
      <dc:creator>Leo The Cat</dc:creator>
      <dc:date>2011-01-24T19:35:53Z</dc:date>
    </item>
  </channel>
</rss>

