How to Zip a File
So you want to send across a large file and it is costing you a lot of time? Learn how to zip a file. The process is easy and will save you on time and disk space.

Zip a File on a Mac
The process to zip a file on Mac is very simple. First and foremost create folder of all the files that you want to compress. Name this folder as you would like. Now control-click the folder and choose the option create archive. Alternatively you can opt to click on the file, go to the Action menu and then choose the option to create archive from there. Once you have performed this task, it will create a compressed file with the extension .zip.
Zip a File in XP
Creating a zip file in Windows XP is very simple and requires absolutely no technical knowledge of any sort. First collect all the files that you want to include in the zip file in a folder. Name it properly. Now right click on the folder and select the send to option. This option will lead to a list of more options. Here select the option for compressed (zipped) folder. As soon as you click this option, you will see a dialog box that will keep you informed about how much progress has been made on the compression of the files. Once the folder has been compressed, you can easily attach it to your email with the extension .zip and send it. The process on Windows 7 is no different.
Zip a File in Unix
All you need to do is enter the command zip filename inputfile1 inputfile2 at the Unix prompt, wherein filename is the name that you want the zip file to take, and inputfile1 and inputfile2 are the names of the files you want to include in the compressed file you are creating. If you want to create a zip archive with all the contents of a directory, then you can use the code, zip -r filename directory where directory is the name of the directory you want to include in the zip archive. In case you want to learn how to open a zip file in Unix, you can use programs like WinZip to decode the same.
There are zip utilities available that will prompt you to insert a removable disk in case the disk that you were creating the .zip file on runs out of space. This is known as disk spanning and does not affect the process in any manner. Extracting zip files is as easy as creating them and most zip utilities come with a self extracting archive that allows you access to the files easily. So, now that you know how to zip a file, it should create no problems for you.
Like This Article?
Follow:

Post Comment


