How to unzip a ZIP file in Linux on the Command Line to a folder

H

How Can We Help?

How to unzip a ZIP file in Linux on the Command Line to a folder

unzip zipFile.zip -d directory

unzip – list, test and extract compressed files in a ZIP archive
-d = An  optional  directory  to  which  to  extract files.
directory = The directory where to extract the files to
zipFile.zip = Your ZIP file

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me