mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
patool: add page (#14785)
This commit is contained in:
parent
11f49996e6
commit
a394bba5f1
1 changed files with 21 additions and 0 deletions
21
pages/linux/patool.md
Normal file
21
pages/linux/patool.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# patool
|
||||||
|
|
||||||
|
> Archive file manager.
|
||||||
|
> Various archive formats can be created, extracted, tested, listed, searched, repacked, and compared.
|
||||||
|
> More information: <https://github.com/wummel/patool>.
|
||||||
|
|
||||||
|
- Extract an archive:
|
||||||
|
|
||||||
|
`patool extract {{path/to/archive}}`
|
||||||
|
|
||||||
|
- List contents of an archive:
|
||||||
|
|
||||||
|
`patool list {{path/to/archive}}`
|
||||||
|
|
||||||
|
- Compare the contents of two archives and display the differences in the standard output:
|
||||||
|
|
||||||
|
`patool diff {{path/to/archive1}} {{path/to/archive2}}`
|
||||||
|
|
||||||
|
- Search for a string inside the contents of an archive:
|
||||||
|
|
||||||
|
`patool search {{path/to/archive}}`
|
Loading…
Add table
Reference in a new issue