common/u*: add Chinese translation (#14688)
* common/u*: add Chinese translation * Update uv-tool.md * Update ugrep.md
This commit is contained in:
16
pages.zh/common/upx.md
Normal file
16
pages.zh/common/upx.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# upx
|
||||
|
||||
> 压缩或解压可执行文件。
|
||||
> 更多信息:<https://upx.github.io>.
|
||||
|
||||
- 压缩可执行文件:
|
||||
|
||||
`upx {{路径/到/文件}}`
|
||||
|
||||
- 解压可执行文件:
|
||||
|
||||
`upx -d {{路径/到/文件}}`
|
||||
|
||||
- 详细帮助:
|
||||
|
||||
`upx --help`
|
Reference in New Issue
Block a user