<?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: Command for file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210286#M464837</link>
    <description>thanks</description>
    <pubDate>Thu, 19 Nov 2009 15:27:14 GMT</pubDate>
    <dc:creator>Eli Daniel</dc:creator>
    <dc:date>2009-11-19T15:27:14Z</dc:date>
    <item>
      <title>Command for file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210281#M464832</link>
      <description>like seeing the larger file within a filesystem through a command.&lt;BR /&gt;Please help</description>
      <pubDate>Wed, 18 Nov 2009 23:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210281#M464832</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2009-11-18T23:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Command for file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210282#M464833</link>
      <description>What do you consider "larger file"?  You can always use 'find' with the '-size' option.  See the find man page for details.</description>
      <pubDate>Wed, 18 Nov 2009 23:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210282#M464833</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-11-18T23:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Command for file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210283#M464834</link>
      <description>Hello eli.&lt;BR /&gt;You could try:&lt;BR /&gt;find /tmp -size +10000 -print&lt;BR /&gt;&lt;BR /&gt;This command will find all file larger than 10,000 bytes in filesystem /tmp</description>
      <pubDate>Thu, 19 Nov 2009 00:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210283#M464834</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2009-11-19T00:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Command for file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210284#M464835</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please use the following command which will give you the output of the largest file under the given hierarchy...&lt;BR /&gt;&lt;BR /&gt;find / | xargs ls -ld | sort -nrk5 | more &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dinesh</description>
      <pubDate>Thu, 19 Nov 2009 01:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210284#M464835</guid>
      <dc:creator>Dineshbabu Kandallu</dc:creator>
      <dc:date>2009-11-19T01:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Command for file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210285#M464836</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;If you are planning to check for the biggest files within a filesystem you need to use the command &lt;BR /&gt;&lt;BR /&gt;find "filesystem name" -xdev -size "value" -print&lt;BR /&gt;&lt;BR /&gt;Hopes this information will lead you to your answer&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ishwar</description>
      <pubDate>Thu, 19 Nov 2009 08:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210285#M464836</guid>
      <dc:creator>Ishwar_1</dc:creator>
      <dc:date>2009-11-19T08:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Command for file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210286#M464837</link>
      <description>thanks</description>
      <pubDate>Thu, 19 Nov 2009 15:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-file/m-p/5210286#M464837</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2009-11-19T15:27:14Z</dc:date>
    </item>
  </channel>
</rss>

