Adding additional information and link (#21786)

This commit is contained in:
tasmainawolf
2018-11-16 00:09:06 +08:00
committed by Tom
parent 9e0a4f3560
commit 116db60912

View File

@ -21,6 +21,7 @@ The first argument is the file you want to move, and the second is the location
Commonly used options:
- `-f` to force move them and overwrite files without checking with the user.
- `-i` to prompt confirmation before overwriting files.
- `-n` do not overwrite an existing file
### Warning
@ -28,3 +29,4 @@ This command is capable of modifying many files at once with ease. This can be
### More Information:
* [Wikipedia](https://en.wikipedia.org/wiki/Mv)
* [Man pages](http://man7.org/linux/man-pages/man1/mv.1.html)