How to find the largest files?

Hari Bhaskaran subscr at spider.netmails.net
Sun Feb 1 11:13:30 PST 2004


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list