Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-16 00:21:38 +00:00
parent dc35662e09
commit dbdba24741
30 changed files with 226 additions and 29 deletions

View File

@@ -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`