User Tools

Site Tools


cli_zip

If you want to send us your comments, please do so. Thanks
More on comments


zip (cli)

The -T options adds all files to the first tested file. To avoid this and test individual files use

for i in `ls -1` ; do zip -T $i; done

Add all files in the current directory and all directoies below to zipfilename.zip . Do not try to compress .jpg files

zip --recurse-paths --suffixes .jpg zipfilename *

You can check the contents with

unzip -l zipfilename.zip

Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
cli_zip.txt · Last modified: 24-05-2020 10:44 by wim