mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:22:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			399 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			399 B
		
	
	
	
	
	
	
	
Name
unzip - extract files from a ZIP archive
Synopsis
$ unzip file.zip
Description
unzip will extract files from a zip archive to the current directory.
The program is compatible with the PKZIP file format specification.
Examples
# Unzip the contents from archive.zip
$ unzip archive.zip
Archive: archive.zip
 extracting: file1.txt
 extracting: file2.png
