We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f01137 + 63af9ae commit 4ea1a2bCopy full SHA for 4ea1a2b
docs/Basic/LinuxShell/Filemanagement.md
@@ -47,7 +47,7 @@ cd ../.. //表示切换到 上上级目录。
47
> 可以使用 cp --help去查看官方说明。将指定的<源文件>复制至<目标文件>,或将多个<源文件>复制至<目标目录>。
48
49
``` bash
50
-cp -r DIR1 DIR1 //复制DIR1目录到DIR2目录
+cp -r DIR1 DIR2 //复制DIR1目录到DIR2目录
51
cp file1 file2 //复制file1文件到file2
52
cp -d link DIR //复制一个链接文件到DIR目录内
53
cp -p file1 file3 //复制file1文件及所有属性到file3
0 commit comments