Find files over a specific file size

Sorry if this is the wrong place to ask.

Could someone maybe help me out with this, is there a rclone command I could run to make find all files that are above 5GB?

Basically I just want to check if I have any and if so how many.

Sorry I have answered my own question :slight_smile:

rclone lsf nameofremote:'/' --files-only --recursive --min-size 5G

1 Like

Note also rclone ncdu nameofremote: is a fun interactive way of finding large files.

1 Like