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 a tar.gz file in linux

tar -xvzf community_images.tar.gz
Comment

linux gz unzip

gunzip file_to_unzip.gz
Comment

unzip GZ File Linux

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

how to unzip a gz file

#for example, the rockyou.---.gz file in kali
gunzip rockyou.---.gz
Comment

unzip gz file linux

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

PREVIOUS NEXT
Code Example
Shell :: run docker as user not root 
Shell :: git log files only 
Shell :: load .bashrc 
Shell :: add alias fish shell 
Shell :: wsl2 xserver 
Shell :: download mongodb ubuntu 20.04 
Shell :: how to uninstall cuda 
Shell :: install stylelint 
Shell :: to take screenshot in ubuntu 
Shell :: pg_dump export single table 
Shell :: remove untracked files git 
Shell :: how to kill a process in linux 
Shell :: ubuntu 20.04 ifconfig public ip address 
Shell :: IntelliJ IDEA 4.2 
Shell :: influxdb version 
Shell :: merge master into feauture branch 
Shell :: how to install windows sdk 
Shell :: sonarqube linux installation 
Shell :: delete a git branch 
Shell :: install pytorch in virtual environment 
Shell :: install node on fish shell 
Shell :: ionic capacitor ios 
Shell :: dns_probe_finished_nxdomain ubuntu 
Shell :: create flutter project 
Shell :: how to git push to current branch 
Shell :: linux file full permission 
Shell :: ssh option to send null packets 
Shell :: git add existing proj to a new repo failed 
Shell :: install ruby environment on ubuntu 20.04 
Shell :: install missforest 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =