1
0
Fork 0
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:
RafaelDominiquini 2025-04-07 05:59:51 -03:00 committed by GitHub
parent fe2753c9c5
commit fe3ad5ae87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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