<?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: Scripting question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677903#M699573</link>
    <description>Of course I was making it more difficult than necessary. I had what I wanted for about 3 months, then I overwrote what I had done and well, you get the rest of the picture. Thanks.</description>
    <pubDate>Wed, 23 Nov 2005 16:23:29 GMT</pubDate>
    <dc:creator>Matthew Murdock</dc:creator>
    <dc:date>2005-11-23T16:23:29Z</dc:date>
    <item>
      <title>Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677900#M699570</link>
      <description>I need to strip out the uppercase header of the cmviewcl -l package or other cmviewcl commands output. &lt;BR /&gt;When I run cmviewcl -l package | awk '{print $1}' I get the following....How can I obliterate the PACKAGE from showing up on the output?&lt;BR /&gt;PACKAGE&lt;BR /&gt;pkg1&lt;BR /&gt;pkg2&lt;BR /&gt;pkg3&lt;BR /&gt;pkg4</description>
      <pubDate>Wed, 23 Nov 2005 16:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677900#M699570</guid>
      <dc:creator>Matthew Murdock</dc:creator>
      <dc:date>2005-11-23T16:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677901#M699571</link>
      <description>cmviewcl -l package | grep -v PACKAGE  | awk '{print $1}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds..Geoff</description>
      <pubDate>Wed, 23 Nov 2005 16:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677901#M699571</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-11-23T16:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677902#M699572</link>
      <description>Hi Matthew:&lt;BR /&gt;&lt;BR /&gt;# awk '{if (NR&amp;gt;1) {print}}'&lt;BR /&gt;&lt;BR /&gt;...would always skip the first line...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 23 Nov 2005 16:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677902#M699572</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-23T16:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677903#M699573</link>
      <description>Of course I was making it more difficult than necessary. I had what I wanted for about 3 months, then I overwrote what I had done and well, you get the rest of the picture. Thanks.</description>
      <pubDate>Wed, 23 Nov 2005 16:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677903#M699573</guid>
      <dc:creator>Matthew Murdock</dc:creator>
      <dc:date>2005-11-23T16:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677904#M699574</link>
      <description>And this works as well:&lt;BR /&gt;&lt;BR /&gt;cmviewcl -l package |grep bled | awk '{print $1}' &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Nov 2005 16:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677904#M699574</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-11-23T16:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677905#M699575</link>
      <description>Another try as,&lt;BR /&gt;&lt;BR /&gt;cmviewcl -l package | awk '!/PACKAGE/ {print $1}'&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 24 Nov 2005 04:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3677905#M699575</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-24T04:23:24Z</dc:date>
    </item>
  </channel>
</rss>

