Use the or function. To find a file >= 446 bytes:

find . \( -size 446c -o -size +446c \)
--
Gerard Weatherby | Application Architect
NMRbox | Department of Molecular Biology and Biophysics | UConn Health
263 Farmington Avenue, Farmington, CT 06030-6406
Phone: 860 679 8484
uchc.edu<http://uchc.edu>

On May 10, 2020, at 9:24 AM, Peng Yu 
<pengyu...@gmail.com<mailto:pengyu...@gmail.com>> wrote:

*** Attention: This is an external email. Use caution responding, opening 
attachments or clicking on links. ***

Hi,

I only see find's --size support + and - which means > or <. Is there
a way to search for >= or <=? Thanks.

--
Regards,
Peng


Reply via email to