2017-01-02 23:30:34 +08:00
|
|
|
---
|
2020-05-22 18:17:37 +08:00
|
|
|
date: 2020-05-22T09:52:00+01:00
|
2017-01-02 23:30:34 +08:00
|
|
|
title: "rclone rmdirs"
|
2020-05-16 22:11:55 +08:00
|
|
|
description: "Remove empty directories under the path."
|
2017-01-02 23:30:34 +08:00
|
|
|
slug: rclone_rmdirs
|
|
|
|
url: /commands/rclone_rmdirs/
|
2020-02-10 20:31:45 +08:00
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/rmdirs/ and as part of making a release run "make commanddocs"
|
2017-01-02 23:30:34 +08:00
|
|
|
---
|
2020-05-22 18:17:37 +08:00
|
|
|
# rclone rmdirs
|
2017-01-02 23:30:34 +08:00
|
|
|
|
2017-07-22 01:17:57 +08:00
|
|
|
Remove empty directories under the path.
|
2017-01-02 23:30:34 +08:00
|
|
|
|
2020-05-22 18:17:37 +08:00
|
|
|
## Synopsis
|
2017-01-02 23:30:34 +08:00
|
|
|
|
|
|
|
This removes any empty directories (or directories that only contain
|
|
|
|
empty directories) under the path that it finds, including the path if
|
|
|
|
it has nothing in.
|
|
|
|
|
2017-12-23 21:07:45 +08:00
|
|
|
If you supply the --leave-root flag, it will not remove the root directory.
|
|
|
|
|
2017-01-02 23:30:34 +08:00
|
|
|
This is useful for tidying up remotes that rclone has left a lot of
|
|
|
|
empty directories in.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2017-09-30 21:19:47 +08:00
|
|
|
rclone rmdirs remote:path [flags]
|
|
|
|
```
|
|
|
|
|
2020-05-22 18:17:37 +08:00
|
|
|
## Options
|
2017-09-30 21:19:47 +08:00
|
|
|
|
|
|
|
```
|
2017-12-23 21:07:45 +08:00
|
|
|
-h, --help help for rmdirs
|
|
|
|
--leave-root Do not remove root directory if empty
|
2017-01-02 23:30:34 +08:00
|
|
|
```
|
|
|
|
|
2019-06-20 23:18:02 +08:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2020-05-22 18:17:37 +08:00
|
|
|
## SEE ALSO
|
2017-01-02 23:30:34 +08:00
|
|
|
|
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
|
|
|
|