Differences
This shows you the differences between the selected revisions of the page.
scriptcommand_rm 2016-11-04 | scriptcommand_rm 2020-05-29 (current) | ||
Line 1: | Line 1: | ||
- | ====== rm ====== | + | ====== rm command ====== |
Removes one or more remote files. | Removes one or more remote files. | ||
===== Syntax ===== | ===== Syntax ===== | ||
- | rm file | + | rm <file> [ <file2> ... ] |
+ | ===== [[remarks]] Remarks ===== | ||
- | ===== Remarks ===== | + | If [[ui_login_recycle_bin|remote recycle bin]] is configured, moves file to the bin instead of deleting it. Filename can be replaced with [[file_mask|wildcard]] to select multiple files. |
- | + | ||
- | If [[ui_login_environment#recycle_bin|remote recycle bin]] is configured, moves file to the bin instead of deleting it. Filename can be replaced with [[file_mask|wildcard]] to select multiple files. | + | |
Can remove non-empty directories recursively. | Can remove non-empty directories recursively. |