<?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 command bdf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233856#M468764</link>
    <description>good morning,&lt;BR /&gt;when I run the command "bdf" shows the list of FileSystem&lt;BR /&gt;&lt;BR /&gt;This list I can order it?&lt;BR /&gt;example:&lt;BR /&gt;/ Var&lt;BR /&gt;/ Opt&lt;BR /&gt;/ App1&lt;BR /&gt;/ App1/data1&lt;BR /&gt;/ App2/app2&lt;BR /&gt;/ App2&lt;BR /&gt;&lt;BR /&gt;order:&lt;BR /&gt;/ App2/app2&lt;BR /&gt;/ App2&lt;BR /&gt;/ App1/data1&lt;BR /&gt;/ App1&lt;BR /&gt;/ Opt&lt;BR /&gt;/ Var&lt;BR /&gt;&lt;BR /&gt;This is possible?</description>
    <pubDate>Wed, 07 Apr 2010 16:52:27 GMT</pubDate>
    <dc:creator>Eli Daniel</dc:creator>
    <dc:date>2010-04-07T16:52:27Z</dc:date>
    <item>
      <title>command bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233856#M468764</link>
      <description>good morning,&lt;BR /&gt;when I run the command "bdf" shows the list of FileSystem&lt;BR /&gt;&lt;BR /&gt;This list I can order it?&lt;BR /&gt;example:&lt;BR /&gt;/ Var&lt;BR /&gt;/ Opt&lt;BR /&gt;/ App1&lt;BR /&gt;/ App1/data1&lt;BR /&gt;/ App2/app2&lt;BR /&gt;/ App2&lt;BR /&gt;&lt;BR /&gt;order:&lt;BR /&gt;/ App2/app2&lt;BR /&gt;/ App2&lt;BR /&gt;/ App1/data1&lt;BR /&gt;/ App1&lt;BR /&gt;/ Opt&lt;BR /&gt;/ Var&lt;BR /&gt;&lt;BR /&gt;This is possible?</description>
      <pubDate>Wed, 07 Apr 2010 16:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233856#M468764</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-04-07T16:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: command bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233857#M468765</link>
      <description>Hi Eli:&lt;BR /&gt;&lt;BR /&gt;Use 'sort' :&lt;BR /&gt;&lt;BR /&gt;# bdf|grep -v Filesystem|sort -k6,6&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233857#M468765</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-04-07T16:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: command bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233858#M468766</link>
      <description>it can be done automatically?&lt;BR /&gt;The list shows the FileSystem in the order of fstab?</description>
      <pubDate>Wed, 07 Apr 2010 17:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233858#M468766</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-04-07T17:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: command bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233859#M468767</link>
      <description>Hi Eli:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; it can be done automatically?&lt;BR /&gt;&lt;BR /&gt;Well, you could simply alias 'bdf' in your '${HOME}/.profile' like:&lt;BR /&gt;&lt;BR /&gt;# alias bdf='bdf|grep -v Filesystem|sort -k6,6'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Apr 2010 17:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233859#M468767</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-04-07T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: command bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233860#M468768</link>
      <description>&lt;!--!*#--&gt;I think you'll find bdfmegs most useful. You can sort on any column (source, size, used, etc). You can also select a specific volume group or groups, sum the total space, etc.  It is attached to this response. Here's the usage screen:&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Usage:  bdfmegs [ -cghlNPpqstuVv ] [ &lt;FILE&gt; ]&lt;BR /&gt;  where:&lt;BR /&gt;    -c # = Sort on column #&lt;BR /&gt;    -d = Toggle divisor (1000 or 1024, current=1000)&lt;BR /&gt;    -g = show gigabytes, otherwise megabytes&lt;BR /&gt;    -h = Usage (return code=0, Usage to stdout)&lt;BR /&gt;    -l = local (no NFS)&lt;BR /&gt;    -M &lt;MOUNTPOINTS&gt; = skip (grep -v) mountpoints&lt;BR /&gt;    -N &lt;VGNAMES&gt; = skip one or more volume groups&lt;BR /&gt;        Repeat -N or use commas: -N vg10,vg24&lt;BR /&gt;    -p ## = highlight % -ge ##&lt;BR /&gt;    -P ## = show only % -ge ##&lt;BR /&gt;    -q = suppress header line and no char enhancements&lt;BR /&gt;    -s = summarize total, used and available&lt;BR /&gt;    -t &lt;FS&gt; = specifc filesystem: (hfs vxfs nfs cdfs cifs autofs DevFS)&lt;BR /&gt;    -u = usage (return code=0, Usage to stdout)&lt;BR /&gt;    -v = verbose (type, version, largefiles)&lt;BR /&gt;         (version info needs read permission for mountpoint)&lt;BR /&gt;    -V &lt;VGNAME&gt; = select one or more volume groups&lt;BR /&gt;       Repeat -V or use commas: -V vg00,vg01&lt;BR /&gt; &lt;BR /&gt;File(s) or dirpath(s) may be specified to reduce the output of bdfmegs:&lt;BR /&gt; &lt;BR /&gt;       bdfmegs -vg /usr/contrib/bin /var/tmp&lt;BR /&gt;&lt;BR /&gt;If bdfmegs is run as bdfgigs (ie, a link), then -g is default.&lt;BR /&gt;                                         (bdfmegs ver 5.5_Dec2009)&lt;BR /&gt;&lt;/VGNAME&gt;&lt;/FS&gt;&lt;/VGNAMES&gt;&lt;/MOUNTPOINTS&gt;&lt;/FILE&gt;</description>
      <pubDate>Wed, 07 Apr 2010 18:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233860#M468768</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-04-07T18:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: command bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233861#M468769</link>
      <description>&amp;gt;order:&lt;BR /&gt;/App2/app2&lt;BR /&gt;/App2&lt;BR /&gt;/App1/data1&lt;BR /&gt;/App1&lt;BR /&gt;/Opt&lt;BR /&gt;/Var&lt;BR /&gt;&amp;gt;This is possible?&lt;BR /&gt;&lt;BR /&gt;I'm not sure how you would do that.  You have App2 before App1 then you have Opt then Var.  (Was that a typo?)&lt;BR /&gt;&lt;BR /&gt;If you want the subdirectories before the parents, you could append a ":" to the end and then "/" would sort before the ":".  Then you could strip off the ":".</description>
      <pubDate>Thu, 08 Apr 2010 06:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233861#M468769</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-08T06:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: command bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233862#M468770</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you prefer it WITH the header, then you could do:&lt;BR /&gt;&lt;BR /&gt;# bdf | head -n 1; bdf | grep -v Filesystem | sort -k6,6&lt;BR /&gt;&lt;BR /&gt;(Ok, I know it's not performance-optimized running bdf two times, but it works like a charm.)&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 10:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233862#M468770</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-04-08T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: command bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233863#M468771</link>
      <description>Thanks</description>
      <pubDate>Fri, 09 Apr 2010 14:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-bdf/m-p/5233863#M468771</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-04-09T14:34:05Z</dc:date>
    </item>
  </channel>
</rss>

