Unzip Command In Unix -
The most common use case is extracting the entire contents of an archive into the current working directory: unzip archive_name.zip Use code with caution.
: Check if a ZIP file is corrupted before you start the extraction process. unzip command in unix
unzip archive.zip -d /path/to/destination The most common use case is extracting the
unzip -o archive.zip
# Ubuntu/Debian sudo apt install unzip