tar -xvf file.tar
# 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
tar -xzvf {namafile}.tar.gz -C {nama folder}
# Extract
# -> filename.tar.gz, filename.tgz
username@computer:~$ tar -xzvf filename.tgz -C /home/username/directory
# -> filename.tar.bz2, filename.tbz
username@computer:~$ tar -jxvf filename.bz2 -C /home/username/directory
tar -xf archive.tar.bz2 -C /home/linuxize/filesCopy
tar -xvf bash.html_node.tar.gz --one-top-level
Code Example |
---|
Shell :: rust install windows |
Shell :: remove alias powershell |
Shell :: bash lowercase |
Shell :: change date linux |
Shell :: kill all screens linux |
Shell :: git transfer changes to another branch |
Shell :: How to Enable-Migrations? |
Shell :: cocoapods not installed |
Shell :: bash use cat in sed command |
Shell :: material ui install |
Shell :: grav permissions |
Shell :: conda install sklearn 0.20 |
Shell :: react native gitignore |
Shell :: git push username password |
Shell :: awk trim every nth line |
Shell :: yii get version |
Shell :: how to make dock transparent ubuntu |
Shell :: how to copy ssh key |
Shell :: install nvm via npm |
Shell :: install code . path in mac |
Shell :: snap list installed |
Shell :: echo or cat into multiple files |
Shell :: debian docker |
Shell :: bootstrap 5 react npm |
Shell :: sqlmap POST request injection |
Shell :: ubuntu kill port |
Shell :: how to install heroku on ubuntu |
Shell :: install netcdf4 |
Shell :: install plasma on ubuntu |
Shell :: ubuntu shell touch multiple files |