<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255542#M176089</link>
    <description>Hi,&lt;BR /&gt;  &lt;BR /&gt;  sed '/&lt;TAG&gt;/,/&amp;lt;\/tag&amp;gt;/d' filein &amp;gt; fileout&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;/TAG&gt;</description>
    <pubDate>Wed, 21 Apr 2004 15:38:28 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-04-21T15:38:28Z</dc:date>
    <item>
      <title>Awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255541#M176088</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;awk '/&lt;TAG&gt;/,/&amp;lt;\/tag&amp;gt;/'filein &amp;gt;fileout &lt;BR /&gt;&lt;BR /&gt;prints what is in between tags to out put file,i want to print what is outside these tags.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;/TAG&gt;</description>
      <pubDate>Wed, 21 Apr 2004 15:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255541#M176088</guid>
      <dc:creator>Vanquish</dc:creator>
      <dc:date>2004-04-21T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255542#M176089</link>
      <description>Hi,&lt;BR /&gt;  &lt;BR /&gt;  sed '/&lt;TAG&gt;/,/&amp;lt;\/tag&amp;gt;/d' filein &amp;gt; fileout&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;/TAG&gt;</description>
      <pubDate>Wed, 21 Apr 2004 15:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255542#M176089</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-04-21T15:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255543#M176090</link>
      <description>one way to try would be:&lt;BR /&gt;&lt;BR /&gt;awk '&lt;BR /&gt;/&lt;TAG&gt;/,/&amp;lt;\/tag&amp;gt;/ {next;}&lt;BR /&gt;{print $0;&lt;BR /&gt;}'filein &amp;gt;fileout&lt;/TAG&gt;</description>
      <pubDate>Wed, 21 Apr 2004 17:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255543#M176090</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2004-04-21T17:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255544#M176091</link>
      <description>Hi Vanquish,&lt;BR /&gt;&lt;BR /&gt;awk '/&lt;MANIFEST&gt;/,/&amp;lt;\/Manifest&amp;gt;/ {flag=1}&lt;BR /&gt;{if (!flag) print ; flag=0} ' file_in &amp;gt; f_out&lt;BR /&gt;&lt;BR /&gt;It is not a whole line there are two lines.&lt;BR /&gt;&lt;BR /&gt;Frank.&lt;/MANIFEST&gt;</description>
      <pubDate>Wed, 21 Apr 2004 17:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/3255544#M176091</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-04-21T17:13:39Z</dc:date>
    </item>
  </channel>
</rss>

