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

"Weatherby,Gerard" <[email protected]>
Newsgroups gmane.comp.gnu.findutils.bugs
Message-ID <[email protected]>
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 <[email protected]<mailto:[email protected]>> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.