Gentoo Archives: gentoo-user

From: Chris Cox <yeahsowhat@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Listing directories with size greater than...
Date: Sun, 24 Jul 2005 06:01:07
Message-Id: 200507240057.17419.yeahsowhat@gmail.com
In Reply to: [gentoo-user] Listing directories with size greater than... by Ryan Viljoen
1 On Friday 22 July 2005 09:17 am, Ryan Viljoen wrote:
2 > I need some help with listing home directories that are greater than i
3 > given size. I have tried
4 > find /home -type d -size +50000k
5 > and
6 > find /home -type d -size +50000k -iname "*"
7 > Both without much success...
8 >
9 > Any help will be :D
10 > Cheers
11 > Rav
12 Try this:
13
14 find /home/ -size +50000 -exec ls -lahg {} \;
15
16 --
17 Chris
18 Linux 2.6.12-gentoo-r6 i686 AMD Athlon(tm) XP
19 00:56:23 up 15:58, 6 users, load average: 0.44, 0.17, 0.09
20 --
21 gentoo-user@g.o mailing list