mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 23:56:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,10 +5,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# unzipsfx
|
||||
|
||||
> Create a self-extracting compressed binary file by prepending self-extracting stubs on a `zip` file.
|
||||
> Create a self-extracting compressed binary file by prepending self-extracting stubs on a Zip file.
|
||||
> More information: <https://manned.org/unzipsfx>.
|
||||
|
||||
- Create a self-extracting binary file of a `zip` archive:
|
||||
- Create a self-extracting binary file of a Zip archive:
|
||||
|
||||
`cat unzipsfx {{path/to/archive.zip}} > {{filename}} && chmod 755 {{filename}}`
|
||||
|
||||
@@ -24,6 +24,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`{{./path/to/binary)}} -c {{path/to/filename}}`
|
||||
|
||||
- Print comments on `zip` archive in the self-extracting binary:
|
||||
- Print comments on Zip archive in the self-extracting binary:
|
||||
|
||||
`{{./path/to/binary)}} -z`
|
||||
|
||||
Reference in New Issue
Block a user