unzip filename.zip
will unzip the file
unzip -l filename.zip
will list the content of the archive
unzip -d chosenDir filename.zip
will unzip the the file in your chosenDir
zip filename.zip addNewfile.txt
will addNewfile.txt to the existing archive filename.zip
#
Thursday, April 8, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment