mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
492abf37de
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
17 lines
250 B
Markdown
17 lines
250 B
Markdown
# upx
|
|
|
|
> Compress or decompress executables.
|
|
> More information: <https://github.com/upx/upx/blob/devel/doc/upx.pod>.
|
|
|
|
- Compress executable:
|
|
|
|
`upx {{path/to/file}}`
|
|
|
|
- Decompress executable:
|
|
|
|
`upx -d {{path/to/file}}`
|
|
|
|
- Display help:
|
|
|
|
`upx --help`
|