linux how to see zip file content code example
Example 1: how to get list of files in zip linux
unzip -l file.zip
Example 2: zip some files linux
zip archivename.zip filename1 filename2 filename3
unzip -l file.zip
zip archivename.zip filename1 filename2 filename3