Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

unzip folder .gz file in linux

tar -zxvf archive.tar.gz
Comment

unzip a .gz file in linux

gunzip file.gz 
Comment

gzip folder .gz file in linux

tar -zcvf archive.tar.gz directory/
Comment

unzip GZ File Linux

# Unzip GZ file
gunzip file.gz
or
gzip -d file.gz
Comment

unzip gz file linux

Unzip a . GZ file by typing "gunzip" into the "Terminal" window
Comment

PREVIOUS NEXT
Code Example
Shell :: remove local images 
Shell :: How to install LAMP in CentOs 7? 
Shell :: find npm version 
Shell :: linux command create folder if not exist 
Shell :: zsh: command not found: protoc mac 
Shell :: bash how many files in a directory 
Shell :: install oh my zsh mac 
Shell :: odoo12 installation in ubuntu 16.04 
Shell :: permissão de execução linux 
Shell :: change default kube editor nano 
Shell :: install x server wsl2 
Shell :: ping madule for ansible 
Shell :: Stack found this candidate but arguments dont match 
Shell :: apply gitignore after commit 
Shell :: HOW TO REPLACE A CHARACTER FROM A STRING IN BASH 
Shell :: git flow init 
Shell :: how to use dotenv in javascript 
Shell :: ubuntu arial font 
Shell :: npm install production 
Shell :: powershell add to env path 
Shell :: apt install force 
Shell :: angular-cli 
Shell :: como configurar git e github 
Shell :: generate patch file git 
Shell :: tailwindcss cli 
Shell :: install brew on linux 
Shell :: command not found pipenv bash 
Shell :: find command recursive 
Shell :: git merge force 
Shell :: how to exit root in linux 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =