mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 21:58:47 +00:00
Update cheatsheets
This commit is contained in:
17
zipinfo
Normal file
17
zipinfo
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# zipinfo
|
||||
|
||||
> List detailed information about the contents of a `.zip` file.
|
||||
> More information: <https://manned.org/zipinfo>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user