Differences
This shows you the differences between the selected revisions of the page.
scriptcommand_rm 2014-07-14 | 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. | ||
Line 6: | Line 6: | ||
rm <file> [ <file2> ... ] | rm <file> [ <file2> ... ] | ||
- | ===== Remarks ===== | + | ===== [[remarks]] Remarks ===== |
- | 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. | + | 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. |
Can remove non-empty directories recursively. | Can remove non-empty directories recursively. | ||
- | Effective [[scriptcommand_option|options]]: ''failonnomatch'' | + | Effective [[scriptcommand_option|options]]: ''[[scriptcommand_option#failonnomatch|failonnomatch]]'' |
XML log element: ''[[logging_xml#rm|rm]]'' | XML log element: ''[[logging_xml#rm|rm]]'' |