From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 11:13:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFDD16A4CF for ; Sun, 1 Feb 2004 11:13:30 -0800 (PST) Received: from poecilotheria.netmails.net (netmails.net [12.96.164.138]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E17943D60 for ; Sun, 1 Feb 2004 11:13:21 -0800 (PST) (envelope-from subscr@poecilotheria.netmails.net) Received: (qmail 60895 invoked by uid 1012); 1 Feb 2004 19:13:20 -0000 Date: Sun, 1 Feb 2004 13:13:20 -0600 From: Hari Bhaskaran To: "W. D." Message-ID: <20040201191320.GA60610@poecilotheria.netmails.net> References: <5.1.0.14.2.20040201125807.05022790@209.152.117.178> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20040201125807.05022790@209.152.117.178> User-Agent: Mutt/1.4i cc: freebsd-questions@freebsd.org Subject: Re: How to find the largest files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2004 19:13:30 -0000 find . -type f -size +1024 -exec ls -al {} \; On Sun, Feb 01, 2004 at 01:01:20PM -0600, W. D. wrote: > Hi Folks, > > I use the following to grab a snapshot of all the > files on the system: > > ls -laTFWiR > > What would I use to show only the files that are > greater than 500k? > > Start Here to Find It Fast!? -> http://www.US-Webmasters.com/best-start-page/ > > _______________________________________________ > 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"