|
| |||||||||
| Tags: extract zip files, internet, linux, zip format |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How do i extract .zip files on Linux
I have Linux been running as my operating. Recently i had downloaded a file from the internet. Now the problem is that it is in a .zip format. Can any body tell me that how do i extract .zip files on Linux? Any one knows about it? Let me know the correct way of doing it. |
|
#2
| ||||
| ||||
| Re: How do i extract .zip files on Linux
If the file specification is a wildcard, each matching file is processed in an order determined by the operating system (or file system). The command uses the standard zip file format. The archive files can therefore be used to transfer files and directories between commonly used operating systems. |
|
#3
| ||||
| ||||
| Re: How do i extract .zip files on Linux
You can compress Linux files with the open-source compression tool Gzip or with Zip, which is recognized by most operating systems. UnZip will list, test, or extract files from a .zip archive, commonly found on MS-DOS systems. By convention, compressed files are given the extension .gz. The command Gzip creates a compressed file ending with .gz; Gunzip extracts the compressed files and removes the .gz file. |
|
#4
| ||||
| ||||
| Re: How do i extract .zip files on Linux
If you use the -k flag when you zip a file under Linux, you can apply PKUNZIP to it under DOS. While Zip files are usually associated with MS-DOS and Windows systems, current Linux distributions can unzip files right out of the box. To compress a file, at a shell prompt, type the following command: Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How do i extract .zip files on Linux" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to extract .exe files from .rar file | GunPower | Windows Software | 6 | 25-06-2011 10:22 PM |
| Extract DMG files | superdave1984 | Windows Software | 3 | 26-10-2009 09:50 AM |
| How can i extract multiple RAR files | Common | Windows Software | 3 | 04-07-2009 12:49 AM |
| Extract tar files in Linux | Jinendra | Operating Systems | 3 | 26-05-2009 07:55 PM |
| How to extract images from PDF files ? | Bilal | Windows Software | 3 | 14-04-2009 01:11 PM |