unzip -o archive.zip
unzip -n archive.zip
unzip -q archive.zip
unzip archive.zip filename.txt
💡
The unzip command extracts files from ZIP archives. Here's everything you need to know: unzip [options] file.zip Most Common Examples 1. Extract a ZIP file to current directory unzip command in unix
unzip -t archive.zip 💡