github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_size.md (about) 1 --- 2 title: "rclone size" 3 description: "Prints the total size and number of objects in remote:path." 4 slug: rclone_size 5 url: /commands/rclone_size/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/size/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone size 9 10 Prints the total size and number of objects in remote:path. 11 12 ## Synopsis 13 14 Prints the total size and number of objects in remote:path. 15 16 ``` 17 rclone size remote:path [flags] 18 ``` 19 20 ## Options 21 22 ``` 23 -h, --help help for size 24 --json format output as JSON 25 ``` 26 27 See the [global flags page](/flags/) for global options not listed here. 28 29 ## SEE ALSO 30 31 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 32