About 27,300,000 results
Open links in new tab
  1. Unzip Command in Linux - GeeksforGeeks

    Jul 23, 2025 · In Linux, the 'unzip' command involves the rescue when you need to extract documents from ZIP files. This article will explain the basics of the 'unzip' command, its syntax, …

  2. How to Unzip Files in Linux | Linuxize

    Jan 26, 2024 · Unzip is a command line tool that allows you to list, test, and extract compressed zip archives. In this article, we will explain how to use the unzip command to unzip files in …

  3. How to unzip a zip file from the Terminal? - Ask Ubuntu

    Oct 13, 2017 · System administrators uses tar command frequently to rip a bunch of files or directories into highly compressed archive which are called tarball or tar, bzip and gzip in …

  4. How to unzip a zip file using the Linux and Unix bash shell …

    May 26, 2017 · Describes how to unzip a zip file from the Linux or Unix terminal using the tar and unzip commands on Linux, macOS, and Unix.

  5. 7 Ways to Zip and Unzip Files in Linux - Help Desk Geek

    Feb 1, 2022 · The problem is that “more” and “faster” are usually at odds, so we have file compression. There are several ways to zip and unzip files in Linux, and we’re going to show …

  6. How to Unzip and Extract Files in Linux - Kali Linux Tutorials

    Nov 3, 2025 · Learn how to unzip and extract files in Linux using simple commands and GUI tools. Handle ZIP, TAR, and GZ files easily with clear examples.

  7. How do I zip/unzip on the unix command line? - Unix & Linux

    Jan 28, 2011 · Typically one uses tar to create an uncompressed archive and either gzip or bzip2 to compress that archive. The corresponding gunzip and bunzip2 commands can be used to …

  8. How to Zip or Unzip Files From the Linux Terminal

    Sep 18, 2023 · ZIP files are a universal archive commonly used on Windows, macOS, and even Linux systems. You can create a zip archive or unzip files from one with some common Linux …

  9. How to Unzip Files in Linux - All Things How

    Apr 3, 2025 · ZIP files are widely used across different operating systems due to their simplicity and compatibility. In this guide, you'll learn how to unzip files in Linux through both command …

  10. How to Zip and Unzip Files in Linux (Guide) | Beebom

    Oct 15, 2025 · In this guide, we explain how to zip and unzip files in Linux using two easy methods, i.e. GUI method and the Command Line method.