How to list less than certain size files?

I wants to list all the files which are less than 10M.
How can I do that?

rclone ls --max-size 10M remote:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.