mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
patool: add example (#16122)
Update patool.md Add description of the 'create' command!
This commit is contained in:
parent
fe2753c9c5
commit
fe3ad5ae87
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
`patool extract {{path/to/archive}}`
|
||||
|
||||
- Create an archive:
|
||||
|
||||
`patool create {{/path/to/archive}} {{/path/to/file1}} {{/path/to/file2}} {{/path/to/dir1/}} {{/path/to/dir2/}}`
|
||||
|
||||
- List contents of an archive:
|
||||
|
||||
`patool list {{path/to/archive}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue