mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 02:01:40 +00:00
Update cheatsheets
This commit is contained in:
21
upx
Normal file
21
upx
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# upx
|
||||
|
||||
> Compress or decompress executables.
|
||||
> More information: <https://upx.github.io>.
|
||||
|
||||
- Compress executable:
|
||||
|
||||
`upx {{path/to/file}}`
|
||||
|
||||
- Decompress executable:
|
||||
|
||||
`upx -d {{path/to/file}}`
|
||||
|
||||
- Detailed help:
|
||||
|
||||
`upx --help`
|
||||
Reference in New Issue
Block a user