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