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
Sunday, August 29, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment