[wplug] find question

Rick Smith rick at rbsmith.com
Thu Oct 30 18:19:28 EST 2003


On Thu, Oct 30, 2003 at 06:04:57PM -0500, John Harrold wrote:
> is there a way to use find to get all of the files which are less than a
> certain size?

find . -type f -size -${size_in_bytes}c

read man page in two parts: the -size command, and the specifying of
'n' where '+' is greater than and '-' means less than



More information about the wplug mailing list