Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
How to unzip a file using PHP?
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to unzip a file using PHP ?
Basically zip_open() function is used for opening the unzip file for reading. This is very simple method to unzip a zip file. So we can say th...
Compressing Files And Archiving in Linux Terminal
Compressing Files And Archiving in Linux Terminal
There are strong compression utilities in Linux that can be run easily from the command line. Linux features are archiving utility called tar, in which you can add many files, and the tar file ...
How to unzip file on Server with Terminal
If you are looking to unzip any zip folder or file on server please use the below command:
Open your terminal and give command
unzip /var/www/html/abc.zip
*Note :: Please change path with your file path
zip/unzip file on linux server through command prompt
Create zip file of existing folder on linux server use below command -
"zip -r folder.zip target_foldername"
To unzip an zip file -
"unzip filename.zip"