UNZIP Commands Cheat Sheet
Here is a cli commands cheat sheet for UNZIP command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is UNZIP command?
Add some data here
--- tags: [ compression ] --- # To extract an archive: unzip# To extract an archive to a specific directory: unzip -d # To test integrity of archive: unzip -tq # To list files and directories an archive: unzip -l
Check out the UNZIP command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again