mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 18:58:45 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List a password protected archive file's contents:
|
||||
|
||||
`lsar {{path/to/archive}} --password {{password}}`
|
||||
`lsar {{path/to/archive}} {{[-p|--password]}} {{password}}`
|
||||
|
||||
- Print al[L] available information about each file in the archive (it's very long):
|
||||
|
||||
@@ -23,12 +23,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Test the integrity of the files in the archive (if possible):
|
||||
|
||||
`lsar --test {{path/to/archive}}`
|
||||
`lsar {{[-t|--test]}} {{path/to/archive}}`
|
||||
|
||||
- List the archive file's contents in JSON format:
|
||||
|
||||
`lsar --json {{path/to/archive}}`
|
||||
`lsar {{[-j|--json]}} {{path/to/archive}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`lsar --help`
|
||||
`lsar {{-h|--help}}`
|
||||
|
||||
Reference in New Issue
Block a user