how to extract zip files in linux code example
Example 1: unzip command in linux
unzip file.zip -d destination_folder
Example 2: how to unzip using tar
tar -xf archive.tar.gz
Example 3: unzip folder using linx command
$ unzip tecmint_files.zip