mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
unzip: improve example clarity (#13712)
This commit is contained in:
parent
bd22e6fcf0
commit
f6365ef5af
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@
|
|||
|
||||
- Extract a specific file from an archive:
|
||||
|
||||
`unzip -j {{path/to/archive.zip}} {{path/to/file_in_archive1 path/to/file_in_archive2 ...}}`
|
||||
`unzip -j {{path/to/archive.zip}} {{path/to/file1_in_archive path/to/file2_in_archive ...}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue