Path: utzoo!attcan!uunet!convex!convex.convex.com!felps From: felps@convex.com (Robert Felps) Newsgroups: comp.unix.questions Subject: Re: Finding Large Files Keywords: find, files Message-ID: Date: 11 Oct 90 15:34:54 GMT References: <2141@megadon.UUCP> Sender: news@convex.com Lines: 20 In <2141@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@tekig5.PEN.TEK.COM (503)-627-5212 >__________________________________________________________________________