github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/docs/content/commands/rclone_size.md (about) 1 --- 2 date: 2020-02-01T10:26:53Z 3 title: "rclone size" 4 slug: rclone_size 5 url: /commands/rclone_size/ 6 --- 7 ## rclone size 8 9 Prints the total size and number of objects in remote:path. 10 11 ### Synopsis 12 13 Prints the total size and number of objects in remote:path. 14 15 ``` 16 rclone size remote:path [flags] 17 ``` 18 19 ### Options 20 21 ``` 22 -h, --help help for size 23 --json format output as JSON 24 ``` 25 26 See the [global flags page](/flags/) for global options not listed here. 27 28 ### SEE ALSO 29 30 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 31