31 lines
507 B
Markdown
31 lines
507 B
Markdown
---
|
|
date: 2019-05-10T23:12:21+01: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.
|
|
|
|
```
|
|
rclone rmdir remote:path [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for rmdir
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
|
|
|
###### Auto generated by spf13/cobra on 10-May-2019
|