LXer: How to use zip on Linux
by LXer from LinuxQuestions.org on (#59J8D)
Published at LXer:
Compressed files with the .zip extension are commonplace throughout Windows systems, as it's been the native file compression method for the operating system since many years ago. On a Linux system, the nearest equivalent would have to be tar files and various methods of compression like gzip. There are a few reasons why you may need to create or open .zip files on Linux.
Read More...


Compressed files with the .zip extension are commonplace throughout Windows systems, as it's been the native file compression method for the operating system since many years ago. On a Linux system, the nearest equivalent would have to be tar files and various methods of compression like gzip. There are a few reasons why you may need to create or open .zip files on Linux.
Read More...