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

16
pages.zh/common/upx.md Normal file
View File

@@ -0,0 +1,16 @@
# upx
> 压缩或解压可执行文件。
> 更多信息:<https://upx.github.io>.
- 压缩可执行文件:
`upx {{路径/到/文件}}`
- 解压可执行文件:
`upx -d {{路径/到/文件}}`
- 详细帮助:
`upx --help`