Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site rtp47.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!harpo!decvax!mcnc!rti-sel!rtp47!dixon From: dixon@rtp47.UUCP (Wally Dixon) Newsgroups: net.bugs.4bsd,net.unix-wizards Subject: Re: Patch to find(1) to find large files. Message-ID: <66@rtp47.UUCP> Date: Tue, 11-Jun-85 08:11:59 EDT Article-I.D.: rtp47.66 Posted: Tue Jun 11 08:11:59 1985 Date-Received: Sun, 16-Jun-85 06:59:27 EDT References: <1842@ukma.UUCP> <663@lsuc.UUCP> <1315@hammer.UUCP> <924@sdcsvax.UUCP> Reply-To: dixon@dgux.UUCP (PUT YOUR NAME HERE) Organization: Data General, RTP, NC Lines: 6 Xref: linus net.bugs.4bsd:1250 net.unix-wizards:10713 In article <924@sdcsvax.UUCP> allyn@sdcsvax.UUCP (Allyn Fratkin) writes: >This kind of thing is already built into find. You say >. . ."find / -size +10 -print" to print . . . >. . .make the -size option take a units parameter, . . . Absolutely. Note that System V release 2 Unix "find" allows you to append a "c" to the size, denoting characters (bytes). So you get "find / -size +10c..".