unzip pics.zip
This will extract compressed files in a ZIP archive
unzip pics.zip
This will extract compressed files in a ZIP archive
zip folder-name *
It compress all the files in the respective folder and create an archive folder-name.zip
zip – r folder-name *
It compress all the data including its sub folder contents