Can ls have a flag to show life size in GB?

i'm wondering if there's a feature or a flag somewhere that'll make rclone show the file output from the rclone ls in MB or GB instead of bytes. once the numbers get so and so large they become rather cumbersome to deal with. since this is fine for some remotes, a flag would be good enough.

nick mentioned something about it in this post, but i can't get any of the flags to work; did an update change something on the matter?

--human-readable worked for me

1 Like

it worked for me too. i --human-readable as a flag isn't mentioned anywhere on the rclone ls page, i guess that's why i was a bit confused. thanks for dropping by :slight_smile:

It can be difficult because there are many flag types so you need to look in different places.

In general, it is usually in one of the three:

  • Main docs (where I linked before) for general global flags
  • Remote docs for remote specific behavior
  • Command docs for command specific behavior.

If you are more than even the occasional user of rclone, I suggest reading the main docs to see what the general options and controls are. At least to me, it is like going through all of the settings in a program to understand capability

1 Like

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