<?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: Easy points for all... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592257#M884047</link>
    <description>Hi Oleg,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;find . -size +1000000c | xargs ll&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
    <pubDate>Wed, 10 Oct 2001 06:42:22 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2001-10-10T06:42:22Z</dc:date>
    <item>
      <title>Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592254#M884044</link>
      <description>Hi. All!&lt;BR /&gt;&lt;BR /&gt;Excuse me but I can't "find"&lt;BR /&gt;files with some size.:(&lt;BR /&gt;I type below:&lt;BR /&gt;#find . -size c1000000&lt;BR /&gt;and get:&lt;BR /&gt;./.dt/sessions/current/dt.session&lt;BR /&gt;./.dt/Trash/files.err&lt;BR /&gt;./.dt/.Printers/Hardcopy_Print&lt;BR /&gt;./.dt/.Printers/Line_Print&lt;BR /&gt;./.dt/.Printers/List_Print&lt;BR /&gt;./.dt/.Printers/OnlineB_Print&lt;BR /&gt;./.dt/.Printers/Postscript_Print&lt;BR /&gt;./.dt/.Printers/Printer1_Print&lt;BR /&gt;./.dt/.Printers/Printer2_Print&lt;BR /&gt;&lt;BR /&gt;Where is a mistake?&lt;BR /&gt;(I need to find files with some size)&lt;BR /&gt;Thanx in advance. Oleg</description>
      <pubDate>Wed, 10 Oct 2001 06:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592254#M884044</guid>
      <dc:creator>Oleg Goudovany_1</dc:creator>
      <dc:date>2001-10-10T06:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592255#M884045</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;find . -size +1000000c -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;Will do it.&lt;BR /&gt;Change size to suit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 10 Oct 2001 06:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592255#M884045</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-10-10T06:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592256#M884046</link>
      <description>Hi Oleg,&lt;BR /&gt;&lt;BR /&gt;Nearly correct:&lt;BR /&gt;&lt;BR /&gt;find . -size +1000000c | xargs ll -d&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Wed, 10 Oct 2001 06:36:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592256#M884046</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-10-10T06:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592257#M884047</link>
      <description>Hi Oleg,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;find . -size +1000000c | xargs ll&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Wed, 10 Oct 2001 06:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592257#M884047</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-10-10T06:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592258#M884048</link>
      <description>Hi!&lt;BR /&gt;Sorri but in case:&lt;BR /&gt;#find . -size +1000000c -exec ls -l {} \; &lt;BR /&gt;I got nothing. :(&lt;BR /&gt;&lt;BR /&gt;In case:&lt;BR /&gt;#find . -size +1000000c | xargs ll&lt;BR /&gt;I got list of files of folder with sizes. Size - any.&lt;BR /&gt;&lt;BR /&gt;Whats up?&lt;BR /&gt;&lt;BR /&gt;Thanx.Oleg&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2001 06:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592258#M884048</guid>
      <dc:creator>Oleg Goudovany_1</dc:creator>
      <dc:date>2001-10-10T06:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592259#M884049</link>
      <description>Hi!&lt;BR /&gt;Sorri but in case:&lt;BR /&gt;#find . -size +1000000c -exec ls -l {} \; &lt;BR /&gt;I got nothing. :(&lt;BR /&gt;&lt;BR /&gt;In case:&lt;BR /&gt;#find . -size +1000000c | xargs ll&lt;BR /&gt;I got list of files of folder with sizes. Size - any.&lt;BR /&gt;&lt;BR /&gt;Whats up?&lt;BR /&gt;&lt;BR /&gt;Thanx.Oleg&lt;BR /&gt;P.S. Sorry what in "databases"...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2001 06:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592259#M884049</guid>
      <dc:creator>Oleg Goudovany_1</dc:creator>
      <dc:date>2001-10-10T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592260#M884050</link>
      <description>Hi Oleg,&lt;BR /&gt;&lt;BR /&gt;This indicates that you have no files greater than 1000000 bytes within your current directory.&lt;BR /&gt;&lt;BR /&gt;Don't forget to use "xargs ll -d", NOT "xargs ll".  Try reducing the number down if you want to see some output.&lt;BR /&gt;&lt;BR /&gt;find . -size +500000c | xargs ll -d&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin</description>
      <pubDate>Wed, 10 Oct 2001 07:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592260#M884050</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-10-10T07:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592261#M884051</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;when you do:&lt;BR /&gt;&lt;BR /&gt;find . -size +1000000&lt;BR /&gt;it searches for files greater then 1000000 Bytes (1MB)&lt;BR /&gt;If you only whant to list files not dirs use:&lt;BR /&gt;find . -type f -size +1000000c&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 10 Oct 2001 07:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592261#M884051</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-10-10T07:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592262#M884052</link>
      <description>Hi!&lt;BR /&gt;It is a shame to me...&lt;BR /&gt;I has mixed "/- root folder" -  and ". - current folder" and I found files with sizes &amp;gt;1 Mb where isnt.&lt;BR /&gt;Excuse me. ITS WORK!!&lt;BR /&gt;Thanx all.&lt;BR /&gt;But I'm interesting -  what to do command:&lt;BR /&gt;find . -size +1000000c -exec ls -l {} \; &lt;BR /&gt;&lt;BR /&gt;Oleg.</description>
      <pubDate>Wed, 10 Oct 2001 09:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592262#M884052</guid>
      <dc:creator>Oleg Goudovany_1</dc:creator>
      <dc:date>2001-10-10T09:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592263#M884053</link>
      <description>Not sure what you're asking...if you're asking what this command does, then, the find portion finds files starting in the present directory (.) that is larger than 1000000 characters (size +1000000c) and then executes the ls -l command on these files (-exec ls -l {}).  I would also check to see if this is a file (-type f).&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 10 Oct 2001 09:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592263#M884053</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-10T09:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592264#M884054</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One point to remember.  When you ask find to process a lot of files, the "xargs" method is a lot more efficient, because it will collect the filenames as multiple arguments within one command (or as many as will fit per line).  "-exec" will spawn one process per file.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2001 09:51:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592264#M884054</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-10-10T09:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592265#M884055</link>
      <description>Before you go looking for large files, you should always start by looking for big directories. Big directories are more important since they may not contain big files but instead, contain hundreds or thousands of smaller files and they may need to be purged. Use this:&lt;BR /&gt;&lt;BR /&gt;du -kx . | sort -rn &amp;gt; /tmp/du.root&lt;BR /&gt;&lt;BR /&gt;Now the largest directories will be at the top. Note that the root filesystem must have only 3 big directories: /sbin /etc /dev.  Any other big directory is in the wrong place and must be moved. And /dev should be less than 100, typically less than 50. If it is very large, there is a mistake, usually a misspelled device file such as /dev/rmt/om rather than 0m.&lt;BR /&gt;&lt;BR /&gt;Now / may be your root's $HOME directory in which case, root's home may contain a lot of unnecessary files.  To make things easier to identify and to remove the possibility of a mistake using rm, move root's $HOME to another directory, perhaps /root.</description>
      <pubDate>Wed, 10 Oct 2001 12:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592265#M884055</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-10-10T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Easy points for all...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592266#M884056</link>
      <description>To Paula&lt;BR /&gt;Excuse me for small points - your message was useful and late answer - my internet traffic has been low. :(&lt;BR /&gt;How I can "to compensate" it?&lt;BR /&gt;&lt;BR /&gt;Oleg</description>
      <pubDate>Tue, 16 Oct 2001 02:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-points-for-all/m-p/2592266#M884056</guid>
      <dc:creator>Oleg Goudovany_1</dc:creator>
      <dc:date>2001-10-16T02:21:41Z</dc:date>
    </item>
  </channel>
</rss>

