Making ZIP Files On Mac OS X

Everybody else may know this, but MacOS X includes the command-line utility to make Windows-compatible ZIP files. It works a lot like tar, but without needing any switches.

> zip {target file} {source files}

tags: , , , , , ,

4 Responses to “Making ZIP Files On Mac OS X”

  1. Or, right click (or control+click) and select ‘Creative Archive of …’. That’s it.

  2. Dan, try uploading that to a webserver and extracting the file; It usually makes a mess.

  3. Or use:

    > zip {target file} *

    and the target file will be appended with “.zip”

Trackbacks

User contributed tags for this post: