mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 20:55:43 +02:00
ditto: add Chinese translation
This commit is contained in:
parent
57cca2128b
commit
10f9e6c15a
1 changed files with 15 additions and 0 deletions
15
pages.zh/osx/ditto.md
Normal file
15
pages.zh/osx/ditto.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# ditto
|
||||
|
||||
> 复制文件和目录.
|
||||
|
||||
- 用源目录的内容覆盖目标目录的内容:
|
||||
|
||||
`ditto {{源文件路径}} {{目标文件路径}}`
|
||||
|
||||
- 为复制的每个文件打印一行到终端窗口:
|
||||
|
||||
`ditto -V {{源文件路径}} {{目标文件路径}}`
|
||||
|
||||
- 复制给定的文件或目录,同时保留原始文件权限:
|
||||
|
||||
`ditto -rsrc {{源文件路径}} {{目标文件路径}}`
|
Loading…
Add table
Reference in a new issue