Sunday, August 29, 2010

Zip and Unzip file in linux

The zip and unzip programs work almost exactly like their cousins PKZIP and PKUNZIP in the DOS environment. You can squash a bunch of files together into a zip file like this:

zip test.zip file1 file2 file3

Then you can extract the original files like this:

unzip test.zip

No comments:

Post a Comment