View Single Post
coredumb's Avatar
Posts: 92 | Thanked: 74 times | Joined on Nov 2008 @ Indonesia
#6
Originally Posted by rokafellaskank View Post
This is what I've got, I tried it without the fullstop after the word list as well:

~ $ cd MyDocs/Downloads
~/MyDocs/Downloads $ zip -e TESTER.zip zipfile_list.
Enter password:
Verify password:
zip warning: name not matched: zipfile_list.

zip error: Nothing to do! (TESTER.zip)
~/MyDocs/Downloads $
you should replace the 'zipfile_list' with the list of file you want to add to archive.
e.g. if you want to put file README.txt and LICENSE.txt into archive file TESTER.zip, the command is:
zip -e TESTER.zip README.txt LICENSE.txt
 

The Following User Says Thank You to coredumb For This Useful Post: