Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-07 | 2013-05-14 | ||
| Converting to .NET Assembly (martin) | syntax and remarks headings (martin) | ||
| Line 1: | Line 1: | ||
| ====== mv ====== | ====== mv ====== | ||
| [[task_move_duplicate|Moves]] or renames one or more remote files. | [[task_move_duplicate|Moves]] or renames one or more remote files. | ||
| + | |||
| + | ===== Syntax ===== | ||
| mv <file> [ <file2> ... ] [ <directory>/ ][ <newname> ] | mv <file> [ <file2> ... ] [ <directory>/ ][ <newname> ] | ||
| + | |||
| + | ===== Remarks ===== | ||
| Destination ''directory'' or ''newname'' or both must be specified. Destination directory must end with slash. [[operation_mask|Operation mask]] can be used instead of new name. Filename can be replaced with [[file_mask|wildcard]] to select multiple files. | Destination ''directory'' or ''newname'' or both must be specified. Destination directory must end with slash. [[operation_mask|Operation mask]] can be used instead of new name. Filename can be replaced with [[file_mask|wildcard]] to select multiple files. | ||