mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 12:52:59 +00:00
Update cheatsheets
This commit is contained in:
21
funzip
Normal file
21
funzip
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# funzip
|
||||
|
||||
> Print the content of the first (non-directory) member in an archive without extraction.
|
||||
> More information: <https://manned.org/funzip>.
|
||||
|
||||
- Print the content of the first member in a `.zip` archive:
|
||||
|
||||
`funzip {{path/to/archive.zip}}`
|
||||
|
||||
- Print the content in a `.gz` archive:
|
||||
|
||||
`funzip {{path/to/archive.gz}}`
|
||||
|
||||
- Decrypt a `.zip` or `.gz` archive and print the content:
|
||||
|
||||
`funzip -password {{password}} {{path/to/archive}}`
|
||||
Reference in New Issue
Block a user