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

3 Comments
Or, right click (or control+click) and select ‘Creative Archive of …’. That’s it.
Dan, try uploading that to a webserver and extracting the file; It usually makes a mess.
Or use:
> zip {target file} *
and the target file will be appended with “.zip”
One Trackback/Pingback
[...] 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: [...]
Post a Comment