1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 10:15:33 +02:00

7z/7za: made it clear that many many archive formats are supported

This commit is contained in:
Hayden Schiff 2016-02-22 20:00:13 -05:00
parent 64fa60df16
commit 6d32d31628
2 changed files with 10 additions and 2 deletions

View file

@ -12,7 +12,11 @@
- Archive using a specific archive type:
`7z a -t{{7z|zip|gzip|bzip2|tar}} {{compressed}} {{path/to/file}}`
`7z a -t{{zip|gzip|bzip2|tar|...}} {{compressed}} {{path/to/file}}`
- List available archive types:
`7z i`
- List the contents of an archive file:

View file

@ -13,7 +13,11 @@
- Archive using a specific archive type:
`7za a -t{{7z|zip|gzip|bzip2|tar}} {{compressed}} {{path/to/file}}`
`7za a -t{{zip|gzip|bzip2|tar|...}} {{compressed}} {{path/to/file}}`
- List available archive types:
`7za i`
- List the contents of an archive file: