Patch to find(1) to find large files.

Wally Dixon dixon at rtp47.UUCP
Tue Jun 11 22:11:59 AEST 1985


In article <924 at sdcsvax.UUCP> allyn at 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..".



More information about the Comp.unix.wizards mailing list