From 442d31e535e141a0ef3c819541b4f0cd5fedef0a Mon Sep 17 00:00:00 2001 From: Kevin O'Neal Date: Sat, 16 Oct 2021 16:31:22 -0500 Subject: [PATCH] zipinfo: add page (#6918) --- pages/common/zipinfo.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/zipinfo.md diff --git a/pages/common/zipinfo.md b/pages/common/zipinfo.md new file mode 100644 index 000000000..b8eb089ff --- /dev/null +++ b/pages/common/zipinfo.md @@ -0,0 +1,12 @@ +# zipinfo + +> List detailed information about the contents of a `.zip` file. +> More information: . + +- List all files in a `.zip` file in long format (permissions, ownership, size, and modification date): + +`zipinfo {{path/to/archive.zip}}` + +- List all files in a `.zip` file: + +`zipinfo -1 {{path/to/archive.zip}}`