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

Extract a .gz file on Linux terminal

gunzip filename.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 :: decode base64 command line 
Shell :: pip uninstall all 
Shell :: get time zone windows cmd 
Shell :: how to scp or ssh to gcp instance 
Shell :: cloning kali-anonsurf in linux 
Shell :: how to install a lite-server on package.json 
Shell :: use x2go with gnome linux 
Shell :: print parte da tela ubuntu 
Shell :: commit convention 
Shell :: install jq command 
Shell :: windows apps how to create shortcut 
Shell :: bash get one checksum for many files 
Shell :: hdfs dfs add file 
Shell :: check if cmake is installed windows 
Shell :: WSL 2 requires an update to its kernel component. 
Shell :: catkin_make ignore package 
Shell :: man command not found arch 
Shell :: find a file in all subdirectories in linux 
Shell :: get disk utilization linux 
Shell :: Powershell Core server manager module 
Shell :: asdf current 
Shell :: telegram on arch linux 
Shell :: remove git tag 
Shell :: GIT Error refname refs/heads/master not found 
Shell :: check system memory type 
Shell :: change ownership of a directory in ubuntu 
Shell :: fix brew 
Shell :: how to know namespace is present or not in kubernetes shell script 
Shell :: php ini linux apache2 file sizer 
Shell :: release a port in mac 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =