<?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: want only two field in bdf output. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626503#M676124</link>
    <description>Hey,&lt;BR /&gt;Thanks aa ton...the output is coming in one line so i can use awk now.</description>
    <pubDate>Fri, 30 Apr 2010 07:43:18 GMT</pubDate>
    <dc:creator>Mallikarjun B</dc:creator>
    <dc:date>2010-04-30T07:43:18Z</dc:date>
    <item>
      <title>want only two field in bdf output.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626501#M676122</link>
      <description>Hi, &lt;BR /&gt;I am trining to make a script which will show me only mountpoint and %used. I tried using bdf |awk '{print $5 , $6}' but as bdf output for one mountpoint is coming in two line so i am not able to do.&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    5144576  272768 4833832    5% /&lt;BR /&gt;/dev/vg00/lvol1    2097152  334152 1749296   16% /stand&lt;BR /&gt;/dev/vg00/lvol8    12288000 5484256 6752136   45% /var&lt;BR /&gt;/dev/vg00/lvol7    8192000 3444072 4710880   42% /usr&lt;BR /&gt;/dev/vg00/lvol6    8192000 2062232 6082112   25% /tmp&lt;BR /&gt;/dev/vg00/lvol5    10256384 5671680 4549056   55% /opt&lt;BR /&gt;/dev/vg00/lvol4    10256384 1534216 8654104   15% /home&lt;BR /&gt;/dev/vg00/lvol9    15728640 8342293 6924807   55% /app&lt;BR /&gt;/dev/vg00/secure   5144576   18754 4805464    0% /.secure&lt;BR /&gt;/dev/vgosmapp/lvol1&lt;BR /&gt;                   35323904 10801593 22989765   32% /osmapp&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2010 07:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626501#M676122</guid>
      <dc:creator>Mallikarjun B</dc:creator>
      <dc:date>2010-04-30T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: want only two field in bdf output.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626502#M676123</link>
      <description>Whit this, you will have only one line for each FS:&lt;BR /&gt;&lt;BR /&gt;# bdf | awk '{if (NF==1) {line=$0;getline;sub(" *"," ");print line$0} else {print}}'&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 30 Apr 2010 07:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626502#M676123</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2010-04-30T07:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: want only two field in bdf output.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626503#M676124</link>
      <description>Hey,&lt;BR /&gt;Thanks aa ton...the output is coming in one line so i can use awk now.</description>
      <pubDate>Fri, 30 Apr 2010 07:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626503#M676124</guid>
      <dc:creator>Mallikarjun B</dc:creator>
      <dc:date>2010-04-30T07:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: want only two field in bdf output.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626504#M676125</link>
      <description>Or simply:&lt;BR /&gt;bdf | awk 'NF != 1 {print $(NF-1), $NF}'</description>
      <pubDate>Fri, 30 Apr 2010 07:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/want-only-two-field-in-bdf-output/m-p/4626504#M676125</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-30T07:48:23Z</dc:date>
    </item>
  </channel>
</rss>

