I'm new to Mac OS X and am not sure how to do this:
I have three directories. I want to create a tar/zip file of them so that I can attach them to an email.
Any ideas?
|
I'm new to Mac OS X and am not sure how to do this: I have three directories. I want to create a tar/zip file of them so that I can attach them to an email. Any ideas? |
||||
|
|
|
OSX ships with
Replace |
|||||||
|
|
Ok Ok. It's very funny & silly. But I think I found the option. Right click on the folder that you want to compress. Compress option is available. |
|||||||
|
|
Well, other than GUI you can use console (or install some kind of compressing software like StuffixExpander or something like that if you don't like the default one or need more formats)
|
|||
|
|
|
If you are looking for a GUI solution, simply use the compress command fron the contextual menu. If you are interested in command-line solutions, several options are possible. You may of course use the tar command.
But if you are sharing archives, some people may prefer a zip file, that you could create with the zip command
|
|||
|
|