mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
492abf37de
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
250 B
250 B
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