How can I output the comment archive of a zip file? Basically I want to copy the zip archive comment to the clipboard.
zip -z file
prompts me to enter a new comment, how can I only output it, without prompt?
You need to use unzip
and not zip
to do so.
unzip -z file
will output the comments saved in the zip file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With