unzip code example
Example 1: unzip centos
$ sudo yum makecache
$ sudo yum install unzip
$ unzip app.zip
Example 2: unzip ubuntu
unzip zipped_file.zip -d unzipped_directory
Example 3: zip file
zip newzipfile.zip file1.txt file2.txt
$ sudo yum makecache
$ sudo yum install unzip
$ unzip app.zip
unzip zipped_file.zip -d unzipped_directory
zip newzipfile.zip file1.txt file2.txt