更新一些笔记

This commit is contained in:
2026-06-30 22:02:28 +08:00
parent a7132b4779
commit 26c9b207af
32 changed files with 245 additions and 88 deletions
+11
View File
@@ -0,0 +1,11 @@
# mv \[参数1] \[参数2]
作用:移动文件/文件夹,也可以用于改名
选项:
- 参数1表示被移动的文件/文件夹
- 参数2表示移动后的文件/文件夹
示例:
- mv ./test1/t1 ./test2
- mv ./test1 ./test2