bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to search for file with size >= a given size?


From: Weatherby,Gerard
Subject: Re: How to search for file with size >= a given size?
Date: Sun, 10 May 2020 14:02:16 +0000

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 <address@hidden<mailto:address@hidden>> 
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

[Prev in Thread] Current Thread [Next in Thread]