Finding Large Files

Robert Felps felps at convex.com
Fri Oct 12 01:34:54 AEST 1990


In <2141 at megadon.UUCP> kevinc%tekig5.pen.tek.com (Kevin E Cosgrove) writes:

>Does anyone know how to find files of a certain size or larger?
>Find(1) will allow me to find files of exactly a certain number
>of blocks, but not over a certain number of blocks.

Try,

     find . -size +100 -print

unless I'm not understanding your problem you just need to use the - or +.

>Thanks....
>__________________________________________________________________________

>        Kevin Cosgrove                  Tektronix, Inc.
>        Hardware/Software Engineer      PO Box 500, M/S 39-130
>        WMD Product Engineering         Beaverton, OR  97077
>        kevinc at tekig5.PEN.TEK.COM       (503)-627-5212
>__________________________________________________________________________



More information about the Comp.unix.questions mailing list