Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2004 13:13:20 -0600
From:      Hari Bhaskaran <subscr@spider.netmails.net>
To:        "W. D." <WD@US-Webmasters.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to find the largest files?
Message-ID:  <20040201191320.GA60610@poecilotheria.netmails.net>
In-Reply-To: <5.1.0.14.2.20040201125807.05022790@209.152.117.178>
References:  <5.1.0.14.2.20040201125807.05022790@209.152.117.178>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040201191320.GA60610>