Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-15 00:13:13 +00:00
parent d0d0a703c0
commit 0372a9907d
122 changed files with 278 additions and 217 deletions

View File

@@ -5,18 +5,18 @@ source: https://github.com/tldr-pages/tldr.git
---
# zipnote
> View, add, or edit a `zip` archive's comments.
> Files can also be renamed in the `zip` archive.
> View, add, or edit a Zip archive's comments.
> Files can also be renamed in the Zip archive.
> More information: <https://manned.org/zipnote>.
- View the comments on a `zip` archive:
- View the comments on a Zip archive:
`zipnote {{path/to/file.zip}}`
- Extract the comments on a `zip` archive to a file:
- Extract the comments on a Zip archive to a file:
`zipnote {{path/to/file.zip}} > {{path/to/file.txt}}`
- Add/Update comments in a `zip` archive from a file:
- Add/Update comments in a Zip archive from a file:
`zipnote -w {{path/to/file.zip}} < {{path/to/file.txt}}`