mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 20:55:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Extract a self-extracting binary in the current directory:
|
||||
|
||||
`{{./path/to/binary)}}`
|
||||
`{{./path/to/binary}}`
|
||||
|
||||
- Test a self-extracting binary for errors:
|
||||
|
||||
`{{./path/to/binary)}} -t`
|
||||
`{{./path/to/binary}} -t`
|
||||
|
||||
- Print content of a file in the self-extracting binary without extraction:
|
||||
|
||||
`{{./path/to/binary)}} -c {{path/to/filename}}`
|
||||
`{{./path/to/binary}} -c {{path/to/filename}}`
|
||||
|
||||
- Print comments on Zip archive in the self-extracting binary:
|
||||
|
||||
`{{./path/to/binary)}} -z`
|
||||
`{{./path/to/binary}} -z`
|
||||
|
||||
Reference in New Issue
Block a user