From 1a4d3a545fad8ee955b40c454ff2b7defa69df42 Mon Sep 17 00:00:00 2001 From: NikhilSS Date: Tue, 25 Oct 2022 02:55:11 +0530 Subject: [PATCH] funzip: add page (#9236) --- pages/common/funzip.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/funzip.md diff --git a/pages/common/funzip.md b/pages/common/funzip.md new file mode 100644 index 0000000000..27e62b0e6f --- /dev/null +++ b/pages/common/funzip.md @@ -0,0 +1,16 @@ +# funzip + +> Print the content of the first (non-directory) member in an archive without extraction. +> More information: . + +- 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}}`