1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/upx.md

17 lines
207 B
Markdown
Raw Normal View History

2018-02-26 21:38:11 -08:00
# upx
> Compress or decompress executables.
> More information: <https://upx.github.io>.
2018-02-26 21:38:11 -08:00
- Compress executable:
`upx {{file}}`
- Decompress executable:
`upx -d {{file}}`
- Detailed help:
`upx --help`