add rename instruction (#24920)
This commit is contained in:
@ -12,6 +12,13 @@ mv source target
|
||||
|
||||
第一个参数是要移动的文件,第二个参数是将其移动到的位置。
|
||||
|
||||
**更改档名。**
|
||||
```
|
||||
mv old_name new_name
|
||||
```
|
||||
|
||||
第一个参数是原来的名字,第二个参数是要改成的名字
|
||||
|
||||
常用选项:
|
||||
|
||||
* `-f`强制移动它们并覆盖文件而不用与用户核对。
|
||||
@ -19,4 +26,4 @@ mv source target
|
||||
|
||||
### 更多信息:
|
||||
|
||||
* [维基百科](https://en.wikipedia.org/wiki/Mv)
|
||||
* [维基百科](https://en.wikipedia.org/wiki/Mv)
|
||||
|
Reference in New Issue
Block a user