1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 17:15:32 +02:00

diff3: add Chinese translation (#7457)

This commit is contained in:
Mirinda 2021-11-19 21:33:21 +08:00 committed by GitHub
parent 3d4465a5d6
commit 8565d3667f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages.zh/linux/diff3.md Normal file
View file

@ -0,0 +1,12 @@
# diff3
> 逐行比较三个文件。
> 更多信息:<https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html>.
- 比较文件:
`diff3 {{文件1}} {{文件2}} {{文件3}}`
- 展示所有的变化,同时列出冲突:
`diff3 --show-all {{文件1}} {{文件2}} {{文件3}}`