Difference between revisions of "Zip (command)"
Jump to navigation
Jump to search
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
+ | [[wikipedia:Zip]] | ||
Line 10: | Line 11: | ||
test of file_to_verify.zip OK | test of file_to_verify.zip OK | ||
− | == Related | + | |
+ | |||
+ | [[zip -T]] file_to_verify.zip | ||
+ | zip warning: missing end signature--probably not a zip file (did you | ||
+ | zip warning: remember to use binary mode when you transferred it?) | ||
+ | zip warning: (if you are trying to read a damaged archive try -F) | ||
+ | |||
+ | zip error: Zip file structure invalid (file_to_verify.zip) | ||
+ | |||
+ | |||
+ | == Related == | ||
* <code>[[unzip]]</code> | * <code>[[unzip]]</code> | ||
− | + | * <code>[[zipinfo]]</code> | |
+ | * [[Terraform data source: archive file]] | ||
== See also == | == See also == |
Latest revision as of 12:54, 9 October 2024
This article is a Draft. Help us to complete it.
zip squash.zip file1
zip -r -0 -e encrypted_file.zip /path/to/files
zip -T file_to_verify.zip test of file_to_verify.zip OK
zip -T file_to_verify.zip
zip warning: missing end signature--probably not a zip file (did you zip warning: remember to use binary mode when you transferred it?) zip warning: (if you are trying to read a damaged archive try -F)
zip error: Zip file structure invalid (file_to_verify.zip)
Related[edit]
See also[edit]
Advertising: