add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# ditto
> 复制文件和目录。
> 更多信息:<https://keith.github.io/xcode-man-pages/ditto.1.html>.
> 更多信息:<https://keith.github.io/xcode-man-pages/ditto.1.html>
- 用源目录的内容覆盖目标目录的内容:
`ditto {{源文件路径}} {{目标文件路径}}`
`ditto {{path/to/source_directory}} {{path/to/destination_directory}}`
-复制的每个文件打印一行到终端窗口
-每个正在复制的文件在终端窗口打印一行
`ditto -V {{源文件路径}} {{目标文件路径}}`
`ditto -V {{path/to/source_directory}} {{path/to/destination_directory}}`
- 复制给定的文件或目录,同时保留原始文件权限:
`ditto -rsrc {{源文件路径}} {{目标文件路径}}`
`ditto -rsrc {{path/to/source_directory}} {{path/to/destination_directory}}`