Skip to content

Commit 586f0c5

Browse files
authored
fix: zh-CN/book/moving_around (nushell#1740)
remove an incorrect warning for `cp` command
1 parent dcdb938 commit 586f0c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zh-CN/book/moving_around.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ Nu 还提供了一些基本的文件系统命令,并且可以跨平台工作
5454

5555
@[code](@snippets/moving_around/cp_example.sh)
5656

57-
:::danger
58-
`cp` 在 Windows 系统,即使目标文件存在,命令也没有附加 `--force, -f`,目标文件仍会被覆盖!
59-
:::
60-
6157
我们也可以通过 [`rm`](/commands/docs/rm.md) 命令删除一个目录或文件:
6258

6359
@[code](@snippets/moving_around/rm_example.sh)

0 commit comments

Comments
 (0)