rclone/docs/content/commands/rclone_rmdirs.md

40 lines
829 B
Markdown
Raw Normal View History

2017-01-03 02:30:34 +11:00
---
2019-06-15 21:01:29 +10:00
date: 2019-06-15T12:00:42+01:00
2017-01-03 02:30:34 +11:00
title: "rclone rmdirs"
slug: rclone_rmdirs
url: /commands/rclone_rmdirs/
---
## rclone rmdirs
Remove empty directories under the path.
2017-01-03 02:30:34 +11:00
### Synopsis
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-24 00:07:45 +11:00
If you supply the --leave-root flag, it will not remove the root directory.
2017-01-03 02:30:34 +11:00
This is useful for tidying up remotes that rclone has left a lot of
empty directories in.
```
2017-09-30 23:19:47 +10:00
rclone rmdirs remote:path [flags]
```
### Options
```
2017-12-24 00:07:45 +11:00
-h, --help help for rmdirs
--leave-root Do not remove root directory if empty
2017-01-03 02:30:34 +11:00
```
### SEE ALSO
2018-10-15 21:03:08 +11:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2018-03-19 21:06:13 +11:00
2019-06-15 21:01:29 +10:00
###### Auto generated by spf13/cobra on 15-Jun-2019