mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 00:50:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Extract a specific archive into the current directory:
|
||||
|
||||
`ark --batch {{path/to/archive}}`
|
||||
`ark {{[-b|--batch]}} {{path/to/archive}}`
|
||||
|
||||
- Extract an archive into a specific directory:
|
||||
|
||||
`ark --batch --destination {{path/to/directory}} {{path/to/archive}}`
|
||||
`ark {{[-b|--batch]}} {{[-o|--destination]}} {{path/to/directory}} {{path/to/archive}}`
|
||||
|
||||
- Create an archive if it does not exist and add specific files to it:
|
||||
|
||||
`ark --add-to {{path/to/archive}} {{path/to/file1 path/to/file2 ...}}`
|
||||
`ark {{[-t|--add-to]}} {{path/to/archive}} {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user