Gentoo Archives: gentoo-user

From: Uwe Thiem <uwix@××××.na>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Listing directories with size greater than...
Date: Fri, 22 Jul 2005 20:59:23
Message-Id: 200507222151.36907.uwix@iway.na
In Reply to: [gentoo-user] Listing directories with size greater than... by Ryan Viljoen
1 On 22 July 2005 15:17, 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 du -k --max-depth=1 /home | sort -nrk1
10
11 Alright, this doesn't give you home directory with more than 50000Kb of size
12 only but all. Still, they are sorted by size.
13
14 Uwe
15
16 --
17 95% of all programmers rate themselves among the top 5% of all software
18 developers. - Linus Torvalds
19
20 http://www.uwix.iway.na (last updated: 20.06.2004)
21 --
22 gentoo-user@g.o mailing list