mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 17:44:57 +01:00
31 lines
539 B
Markdown
31 lines
539 B
Markdown
---
|
|
date: 2019-05-10T23:12:21+01:00
|
|
title: "rclone size"
|
|
slug: rclone_size
|
|
url: /commands/rclone_size/
|
|
---
|
|
## rclone size
|
|
|
|
Prints the total size and number of objects in remote:path.
|
|
|
|
### Synopsis
|
|
|
|
Prints the total size and number of objects in remote:path.
|
|
|
|
```
|
|
rclone size remote:path [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for size
|
|
--json format output as JSON
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
|
|
|
###### Auto generated by spf13/cobra on 10-May-2019
|