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 :: How do I reset the git master branch to the upstream branch in a forked repository? 
Shell :: git config github username 
Shell :: ubuntu install jq 
Shell :: how install pyqt5 designer 
Shell :: how to prevent idle ubuntu suspending 
Shell :: filmora 10 crack download without watermark 
Shell :: how delete all wine files in linux 
Shell :: ubuntu set sudoers to use vim 
Shell :: git pull origin master 
Shell :: unistall all homebrew packages 
Shell :: git change origin url 
Shell :: list installed dotnet versions 
Shell :: change ownership of a directory in ubuntu 
Shell :: bash delete all symlinks 
Shell :: angular create a service 
Shell :: all folder permissions terminal 
Shell :: free up ram in linux ubuntu 
Shell :: linux execute permission denied 
Shell :: isntall jest cli 
Shell :: npm_config_node_gyp 
Shell :: helm install namespace example 
Shell :: how to install prompt-sync in node js 
Shell :: manjaro teamviewer 
Shell :: install flutter in ubuntu 
Shell :: convert csv to json powershell 
Shell :: find application path ubuntu 
Shell :: anaconda install pyinstaller 
Shell :: vlc linux 
Shell :: run powershell script at startup 
Shell :: vim open shell in current directory 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =