Gzip Tool For Mac
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?
Zipper for Mac As WinZip, Mr. Zipper for Mac is the excellent, professional compression and extraction tool which supports quick look and personalized settings. It features more supported formats than other zip tools. If you have some files on your Mac that you want to archive, you can compress them using the Gzip compression format. Compressing files enables you to send them more quickly as email attachments. Compress Files is an easy-to-use tool for compress, archive, encrypt files and omit Mac-specific invisible files. Compress Files is an universal program for Mac OS X that enable Mac users to create Zip compressed and encrypted files; XAR archive files, 7zip and 7zip crypted archives, TAR archives; Gzip compressed archives; Bzip2 compressed. Change (Spoof) MAC Address. With this tool you can easily change the MAC Address of any network adapter and, if needed, restore the original MAC Address. Mac users interested in Rar to zip converter tool generally download: Little Disc+ 3 (Trial) 3.4 Little Disc+ is a Mac application that handles file archives and disc images comprehensively.
Gaff5 Answers
OSX ships with tar. From the Terminal, you can simply do this:
Replace archive_folder_name.tar.gz with whatever you want to call the newly created archive, and folder_to_copy with whatever is the name of the folder you want to archive.
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
Christian LemerChristian LemerOk Ok. It's very funny & silly.
But I think I found the option.
Gzip Tool For Windows
Right click on the folder that you want to compress.
Compress option is available.
NifleWell, 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)
tar -cf archive.tar foo bar # Create archive.tar from files foo and bar.

I downloaded guitar otherwise known as GUI tar, this allows you to use a gui to tar files instead of going into the terminal. To create a zip you can double press or right click the folder or file and press compress.
Not the answer you're looking for? Browse other questions tagged macosmaccompressionzip or ask your own question.
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?
Gaff
Sagar R. Kothari5 Answers
OSX ships with tar. From the Terminal, you can simply do this:
Replace archive_folder_name.tar.gz with whatever you want to call the newly created archive, and folder_to_copy with whatever is the name of the folder you want to archive.

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
Christian LemerChristian LemerOk 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.
NifleWell, 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)
tar -cf archive.tar foo bar # Create archive.tar from files foo and bar.
Gzip Software For Mac
I downloaded guitar otherwise known as GUI tar, this allows you to use a gui to tar files instead of going into the terminal. To create a zip you can double press or right click the folder or file and press compress.