mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 17:00:51 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/zipnote
10
tldr/zipnote
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user