How to create a zip file from the command-line in...

How to create a zip file from the command-line in...

瀏覽:1425
日期:2025-11-14
There's an example here zip -r myarchive.zip *. This will put all the files in the working directory into a zip file called myarchive.zip. zip : the command name ......看更多