diff --git a/pages/common/mv.md b/pages/common/mv.md index 7496f38cc..8ddd2174f 100644 --- a/pages/common/mv.md +++ b/pages/common/mv.md @@ -3,10 +3,14 @@ > Move or rename files and directories. > More information: . -- Move files in arbitrary locations: +- Move a file to an arbitrary location: `mv {{source}} {{target}}` +- Move files into another directory, keeping the filenames: + +`mv {{source1}} {{source2}} {{source3}} {{target_directory}}` + - Do not prompt for confirmation before overwriting existing files: `mv -f {{source}} {{target}}`