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

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

unzip gz file linux

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

PREVIOUS NEXT
Code Example
Shell :: check gcc version in ubuntu 
Shell :: Updating Packages in WSL 
Shell :: SSH key passphrase reset 
Shell :: git got to previous commit 
Shell :: install latex 
Shell :: ufw add rule with comment 
Shell :: gitlab clone with username and password 
Shell :: install latest node js ubuntu 
Shell :: show processor usage linux 
Shell :: extract rar linux 
Shell :: omv install script 
Shell :: docker disable auto start 
Shell :: git get commit info 
Shell :: github actions set ssh key 
Shell :: install app in kali linux 
Shell :: bash date of file 
Shell :: Force add despite the .gitignore file 
Shell :: wsl2 vs virtualbox performance 
Shell :: inkscape svg to pdflatex 
Shell :: download kali linux iso file 64 bit 
Shell :: git delete local branch 
Shell :: curl upload to artifactory with basic auth 
Shell :: vagrant box remove version 
Shell :: how to open teminal pycharm 
Shell :: EsLint global installation 
Shell :: unknown error after kill: runc did not terminate sucessfully: container_linux.go:392: signaling init process caused "permission denied" 
Shell :: mysql2 install error ruby 
Shell :: port forward kubernetes 
Shell :: docker compose install centos 8 
Shell :: how to remove a software from linux 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =