<?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 Grep a value range + evrything after it from a o/p file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/grep-a-value-range-evrything-after-it-from-a-o-p-file/m-p/5526123#M640198</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a o/p say&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A 5&lt;/P&gt;&lt;P&gt;b 10&lt;/P&gt;&lt;P&gt;c 45&lt;/P&gt;&lt;P&gt;d 6&lt;/P&gt;&lt;P&gt;e 8&lt;/P&gt;&lt;P&gt;f 15&lt;/P&gt;&lt;P&gt;g 17&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i want to grep all lines whose second column value is greater than 15.&lt;/P&gt;&lt;P&gt;The o/p should be&lt;/P&gt;&lt;P&gt;g 17&lt;/P&gt;&lt;P&gt;c 45&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2012 08:24:31 GMT</pubDate>
    <dc:creator>zxcv</dc:creator>
    <dc:date>2012-02-02T08:24:31Z</dc:date>
    <item>
      <title>Grep a value range + evrything after it from a o/p file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/grep-a-value-range-evrything-after-it-from-a-o-p-file/m-p/5526123#M640198</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a o/p say&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A 5&lt;/P&gt;&lt;P&gt;b 10&lt;/P&gt;&lt;P&gt;c 45&lt;/P&gt;&lt;P&gt;d 6&lt;/P&gt;&lt;P&gt;e 8&lt;/P&gt;&lt;P&gt;f 15&lt;/P&gt;&lt;P&gt;g 17&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i want to grep all lines whose second column value is greater than 15.&lt;/P&gt;&lt;P&gt;The o/p should be&lt;/P&gt;&lt;P&gt;g 17&lt;/P&gt;&lt;P&gt;c 45&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 08:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/grep-a-value-range-evrything-after-it-from-a-o-p-file/m-p/5526123#M640198</guid>
      <dc:creator>zxcv</dc:creator>
      <dc:date>2012-02-02T08:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: grep a value range + everything after it from a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/grep-a-value-range-evrything-after-it-from-a-o-p-file/m-p/5526245#M640199</link>
      <description>&lt;P&gt;&amp;gt;Now I want to print all lines whose second column value is greater than 15.&lt;BR /&gt;&lt;BR /&gt;awk '$2 &amp;gt; 15 { print $0 }' file&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 09:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/grep-a-value-range-evrything-after-it-from-a-o-p-file/m-p/5526245#M640199</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-02-02T09:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: grep a value range + everything after it from a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/grep-a-value-range-evrything-after-it-from-a-o-p-file/m-p/5526275#M640200</link>
      <description>Thanks Dennis again.</description>
      <pubDate>Thu, 02 Feb 2012 09:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/grep-a-value-range-evrything-after-it-from-a-o-p-file/m-p/5526275#M640200</guid>
      <dc:creator>zxcv</dc:creator>
      <dc:date>2012-02-02T09:52:16Z</dc:date>
    </item>
  </channel>
</rss>

