Horje
extract tar Code Example
tar unpack
tar -xzf packed.tar.gz
extract tar.gz ubuntu terminal
tar -xvf yourfile.tar.gz
extract tar linux
tar -zxvf file_name.tar.gz
tar extract
# 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
extract tar
tar -xzvf {namafile}.tar.gz -C {nama folder}
extract tar
tar -xf archive.tar.bz2 -C /home/linuxize/filesCopy
Source: linuxize.com




Shell

Related
script that echos user Code Example script that echos user Code Example
remove bar in browser in ubuntu Code Example remove bar in browser in ubuntu Code Example
check linux  file size Code Example check linux file size Code Example
nodemon watch file run command Code Example nodemon watch file run command Code Example
git clone specific branch only Code Example git clone specific branch only Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8