How to Extract Zip Files from Command Line
Extract Zip files from the command line :
– Login to your server with SSH / Telnet to the web server
– Change to the directory where the zip file is located
– Ensure that the zip file is in the correct location where it will be extracted
– run command to unzip:
unzip ZIP_FILENAME.zip
replace ZIP_FILENAME.zip with the name of your zip file.
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.
Yes0
No1