Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-07 | 2013-05-14 | ||
| removing "source" (martin) | syntax and remarks headings (martin) | ||
| Line 1: | Line 1: | ||
| ====== rm ====== | ====== rm ====== | ||
| Removes one or more remote files. | Removes one or more remote files. | ||
| + | |||
| + | ===== Syntax ===== | ||
| rm <file> [ <file2> ... ] | rm <file> [ <file2> ... ] | ||
| + | |||
| + | ===== 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_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. | ||