pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -1,12 +1,12 @@
# zipinfo
> List detailed information about the contents of a `.zip` file.
> 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):
- 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:
- List all files in a Zip file:
`zipinfo -1 {{path/to/archive.zip}}`