<?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 help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-help/m-p/5329485#M642033</link>
    <description>Any help is greatly appreciated!</description>
    <pubDate>Mon, 12 Sep 2011 21:26:59 GMT</pubDate>
    <dc:creator>allanm77</dc:creator>
    <dc:date>2011-09-12T21:26:59Z</dc:date>
    <item>
      <title>awk help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-help/m-p/5329435#M642032</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a file which has&amp;nbsp; list of binary -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat file&lt;BR /&gt;&lt;BR /&gt;Applicationame-20110829-103844-56848782bd0249da9e17397acbacb27v&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the binary I have to run a command called install so I generate it by doing an awk&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;awk '{print "install -binary "$1" -app"}' file&lt;BR /&gt;&lt;BR /&gt;install -binary Applicationame-20110829-103844-56848782bd0249da9e17397acbacb27v -app&lt;BR /&gt;&lt;BR /&gt;Need the Applicationname in the end as an argument to -app.&lt;BR /&gt;&lt;BR /&gt;install -binary Applicationame-20110829-103844-56848782bd0249da9e17397acbacb27v -app Applicationame﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allan.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2011 20:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-help/m-p/5329435#M642032</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2011-09-12T20:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: awk help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-help/m-p/5329485#M642033</link>
      <description>Any help is greatly appreciated!</description>
      <pubDate>Mon, 12 Sep 2011 21:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-help/m-p/5329485#M642033</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2011-09-12T21:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: awk help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-help/m-p/5329503#M642034</link>
      <description>&lt;P&gt;Hi Allan:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;awk '{split($0,app,/-/);print "install -binary "$1" -app",app[1]}' file&lt;/PRE&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...JRF...&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2011 21:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-help/m-p/5329503#M642034</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-09-12T21:49:21Z</dc:date>
    </item>
  </channel>
</rss>

