Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

decompress tar.gz

tar -xvf file.tar.gz
Comment

tar gz compress extract

# compress
tar -czvf projects.tar.gz projects/
# extract
tar -xzvf projects.tar.gz

-c, --create
      create a new archive
-x, --extract, --get
      extract files from an archive
-z, --gzip, --gunzip --ungzip
-v, --verbose
      verbosely list files processed
-f, --file ARCHIVE
      use archive file or device ARCHIVE

tar [-] A --catenate --concatenate | c --create | d --diff --compare | --delete | r --append | t --list |
    --test-label | u --update | x --extract --get [options] [pathname ...]
Comment

tar.gz extract

tar -xf archive.tar.gz
Comment

linux extract tar.gz

tar –xvzf documents.tar.gz
Comment

extract tar.gz

tar -xf archive.tar.gz
Comment

extract tar.gz

 tar -zxvf {file.tar.gz}
Comment

tar.gz extract

tar -xf archive.tar.gz -C /home/linuxize/files
Comment

extracting tar.gz

tar –xvf documents.tar
Comment

PREVIOUS NEXT
Code Example
Shell :: certbot enable nginx renew 
Shell :: pip install apache beam 
Shell :: npm install cli vue 
Shell :: selinux disable ubuntu 
Shell :: apt non interactive upgrade 
Shell :: ubuntu start nginx 
Shell :: ubuntu list latest installed packages 
Shell :: centos7 addgroup 
Shell :: .env.local not working react 
Shell :: generate pgp key linux 
Shell :: number of directories in a directory linux 
Shell :: php runing using aphp.ini 
Shell :: django runserver no reload 
Shell :: git set url with user name and password 
Shell :: Install Google Cloud SDK Snap 
Shell :: install ganache cli 
Shell :: bashrc file location in linux 
Shell :: install pygraphviz 
Shell :: yarn global package not found 
Shell :: delete all deployments kubernetes 
Shell :: could not install packages due to an oserror 
Shell :: how to install frida 
Shell :: powershell 7 install 
Shell :: centos zoom 
Shell :: terminal zip 
Shell :: git stash drop item by number 
Shell :: cmd kill process on port 
Shell :: conda upgrade notebook 
Shell :: network manger linux 
Shell :: discord update ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =