Originally posted by: andycor
Hi,
here is an example, it will search all the files longer than 100MB in /tmp:
find /tmp -size +104857600c
The c letter specifies bytes. Omitting it evaluates the number as blocks (512 bytes per block)
Regards,
Andrés.
#AIX-Forum