<?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/2628344#M920757</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# printf '%d\n' `kmtune -q maxdsiz|grep max|awk '{print $2}'`&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
    <pubDate>Mon, 10 Dec 2001 08:05:45 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2001-12-10T08:05:45Z</dc:date>
    <item>
      <title>awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628343#M920756</link>
      <description>How to merge below command into one single command string with the same output :&lt;BR /&gt;&lt;BR /&gt;kmtune -q maxdsiz|grep max&lt;BR /&gt;maxdsiz              0X19000000&lt;BR /&gt;&lt;BR /&gt;printf '%d\n' 0X19000000&lt;BR /&gt;419430400</description>
      <pubDate>Mon, 10 Dec 2001 07:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628343#M920756</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2001-12-10T07:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628344#M920757</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# printf '%d\n' `kmtune -q maxdsiz|grep max|awk '{print $2}'`&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Mon, 10 Dec 2001 08:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628344#M920757</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-10T08:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628345#M920758</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Or...how about:&lt;BR /&gt;&lt;BR /&gt;echo "ibase=16;`kmtune -q maxdsiz|awk '/max/{print substr($2,3)}'`" | bc&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Mon, 10 Dec 2001 08:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628345#M920758</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-12-10T08:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628346#M920759</link>
      <description>Hi Gamaludin:&lt;BR /&gt;&lt;BR /&gt;printf '%d\n' `kmtune -q maxdsiz|grep max|awk '{print $2,$3}'` &lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2001 12:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628346#M920759</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-12-10T12:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: awk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628347#M920760</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;&lt;BR /&gt;# kmtune -q maxdsiz|grep max;printf '%d\n' 0X19000000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;just gave it shot&lt;BR /&gt;&lt;BR /&gt;d_b</description>
      <pubDate>Wed, 12 Dec 2001 03:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk/m-p/2628347#M920760</guid>
      <dc:creator>Mary Ann Lipa</dc:creator>
      <dc:date>2001-12-12T03:31:28Z</dc:date>
    </item>
  </channel>
</rss>

