Differences
This shows you the differences between the selected revisions of the page.
scriptcommand_rmdir 2013-05-07 | scriptcommand_rmdir 2020-05-29 (current) | ||
Line 1: | Line 1: | ||
- | ====== rmdir ====== | + | ====== rmdir command ====== |
Removes one or more remote directories. | Removes one or more remote directories. | ||
+ | |||
+ | ===== Syntax ===== | ||
rmdir <directory> [ <directory2> ... ] | rmdir <directory> [ <directory2> ... ] | ||
- | If [[ui_login_environment#recycle_bin|remote recycle bin]] is configured, moves directory to the bin instead of deleting it. | + | ===== [[remarks]] Remarks ===== |
+ | |||
+ | If [[ui_login_recycle_bin|remote recycle bin]] is configured, moves directory to the bin instead of deleting it. | ||
In general the command can remove empty directories only. To remove non-empty directories recursively, use ''[[scriptcommand_rm|rm]]''. | In general the command can remove empty directories only. To remove non-empty directories recursively, use ''[[scriptcommand_rm|rm]]''. |