From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 18:06:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93CFB1065675 for ; Wed, 17 Dec 2008 18:06:45 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3D50D8FC19 for ; Wed, 17 Dec 2008 18:06:42 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mBHI6add002054; Wed, 17 Dec 2008 19:06:36 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mBHI6ZqN002051; Wed, 17 Dec 2008 19:06:36 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 17 Dec 2008 19:06:35 +0100 (CET) From: Wojciech Puchar To: John Almberg In-Reply-To: <7B241EE7-10A4-4BAA-9ABC-8DA5D4C1048B@identry.com> Message-ID: <20081217190539.T2011@wojtek.tensor.gdynia.pl> References: <283ACBF4-8227-4A24-9E17-80A17CA2A098@identry.com> <7B241EE7-10A4-4BAA-9ABC-8DA5D4C1048B@identry.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: How to find files that are eating up disk space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2008 18:06:45 -0000 why not du|sort -r|head -20 and you get 20 largest > I should probably have mentioned that what I currently do is run > > du -h -d0 / > > and gradually work my way down the tree, until I find the directory that is > hogging disk space. This works, but is not exactly efficient. > > -- John > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >