1
0
Fork 0
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:
Managor 2024-09-16 18:17:12 +03:00 committed by GitHub
parent bd22e6fcf0
commit f6365ef5af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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