Search code examples
command-linezipcommand-line-tool

How to move a file in to zip uncompressed, with zip cmd tool


I'm try to determine how to use the zip cmd line tool to move a file (uncompressed) in to a zip of compressed files (ie I want a zip in the end with all files but one compressed, b/c the one file is another compressed file).

Anyone know how to do this?


Solution

  • -m is what I wanted, moves the file(s) into a zip.