Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tar compress

# compress
tar czvf < archive_name >.tar.gz < path >
# extract
tar xzvf < archive_name >.tar.gz
tar xzvf < archive_name >.tar.gz  -C /home/usera/tmp
Comment

tar compress

# Compress 
# -> filename.tar.gz, filename.tgz
username@computer:~$ tar -czvf filename.tgz /home/username/directory

# -> filename.tar.bz2, filename.tbz
username@computer:~$ tar -cvjSf filename.tbz /home/username/directory
Comment

PREVIOUS NEXT
Code Example
Shell :: install ionic 
Shell :: use find command to search file contents 
Shell :: docker remove tag 
Shell :: virtualbox guest additions ubuntu 20.04 install 
Shell :: whoami linux 
Shell :: linux change username 
Shell :: how install pandas in python 
Shell :: powershell writeline 
Shell :: ubuntu install wine terminal 
Shell :: taskbar directory windows 
Shell :: how to install zsh in fedora 
Shell :: shell function example 
Shell :: ngrok download authoken 
Shell :: get size of file linux 
Shell :: github get parent branch 
Shell :: install office in ubuntu 
Shell :: rails scaffold 
Shell :: psycopg2-binary install for M1 
Shell :: sed replace all occurances? 
Shell :: conda install multiprocess 
Shell :: find file by name linux 
Shell :: windows scan for corrupt files 
Shell :: how to install from git clone 
Shell :: git clone with personal access token command line 
Shell :: if -z in bash 
Shell :: download unity for linux 
Shell :: install react yarn 
Shell :: kali linux 
Shell :: linux how to check version of package 
Shell :: how to remove filmora watermark 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =