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

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 :: Unable to connect to libvirt qemu:///system. 
Shell :: how to remove all commit in git 
Shell :: how to make bat file delete itsself 
Shell :: install vlc on ubuntu 
Shell :: how to install netbeans on ubuntu 20.04 
Shell :: deny directory listing htaccess 
Shell :: redisclient apt get 
Shell :: swapping of two numbers without using third variable in shell script 
Shell :: npm install material ui icons 
Shell :: git get current commit hash 
Shell :: git set commit date 
Shell :: macbook ubuntu webcam 
Shell :: mac end terminal session 
Shell :: git log one line 
Shell :: rancher docker reset password 
Shell :: amend last commit message 
Shell :: install nginix server ubuntu linux 
Shell :: yarn install chocolatey 
Shell :: update git repo local 
Shell :: download and install open media vault from cli raspberry pi 
Shell :: how to install rhythmbox music player on ubuntu 
Shell :: install vercel npm 
Shell :: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show() 
Shell :: tar all files and subdirectories 
Shell :: upload sql database in devilbox 
Shell :: error install cocoapods 
Shell :: how to convert ui to py pyside2 
Shell :: code first approach migration commands 
Shell :: get saved password windows 11 
Shell :: reset iptables ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =