How To: Zip Files on Mac OS X

It couldn’t be much easier. I’d previously posted command line instructions, but it turns out that there’s a huge number of people who don’t know the easy way: just CTRL-click on the file and select “Create Archive…” You’ll also find the option in the File menu. Either way, you’ll end up with both the original [...]

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: archive, command line, compression, mac, mac os X, tar, zip