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

@@ -3,14 +3,14 @@
> Print the content of the first (non-directory) member in an archive without extraction.
> More information: <https://manned.org/funzip>.
- Print the content of the first member in a `.zip` archive:
- Print the content of the first member in a Zip archive:
`funzip {{path/to/archive.zip}}`
- Print the content in a `.gz` archive:
- Print the content in a gzip archive:
`funzip {{path/to/archive.gz}}`
- Decrypt a `.zip` or `.gz` archive and print the content:
- Decrypt a Zip or gzip archive and print the content:
`funzip -password {{password}} {{path/to/archive}}`