2016-08-04 04:36:28 +08:00
|
|
|
---
|
2019-06-15 19:01:29 +08:00
|
|
|
date: 2019-06-15T12:00:42+01:00
|
2016-08-04 04:36:28 +08:00
|
|
|
title: "rclone rmdir"
|
|
|
|
slug: rclone_rmdir
|
|
|
|
url: /commands/rclone_rmdir/
|
|
|
|
---
|
|
|
|
## rclone rmdir
|
|
|
|
|
|
|
|
Remove the path if empty.
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
|
|
|
|
Remove the path. Note that you can't remove a path with
|
|
|
|
objects in it, use purge for that.
|
|
|
|
|
|
|
|
```
|
2017-09-30 21:19:47 +08:00
|
|
|
rclone rmdir remote:path [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for rmdir
|
2016-08-04 04:36:28 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
2018-10-15 18:03:08 +08:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-03-19 18:06:13 +08:00
|
|
|
|
2019-06-15 19:01:29 +08:00
|
|
|
###### Auto generated by spf13/cobra on 15-Jun-2019
|