common/u*: add Chinese translation (#14688)

* common/u*: add Chinese translation

* Update uv-tool.md

* Update ugrep.md
This commit is contained in:
Jin
2024-11-19 04:23:02 -05:00
committed by GitHub
parent 156075e8b1
commit 2a4ef14253
28 changed files with 601 additions and 0 deletions

20
pages.zh/common/unison.md Normal file
View File

@@ -0,0 +1,20 @@
# unison
> 双向文件同步工具。
> 更多信息:<https://github.com/bcpierce00/unison>.
- 同步两个目录(第一次同步这两个目录时会创建日志):
`unison {{路径/到/目录1}} {{路径/到/目录2}}`
- 自动接受(无冲突的)默认值:
`unison {{路径/到/目录1}} {{路径/到/目录2}} -auto`
- 使用模式忽略某些文件:
`unison {{路径/到/目录1}} {{路径/到/目录2}} -ignore {{模式}}`
- 查看文档:
`unison -doc {{主题}}`