Horje
tar extract Code Example
tar unpack
tar -xzf packed.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 -xvf file.tar
extract tar
tar -xzvf {namafile}.tar.gz -C {nama folder}
unarchive tar acrhive
tar -xvf file.tar etc/resolv.conf
tar -xzvf file.tar.gz etc/resolv.conf
tar -xjvf file.tar.bz2 etc/resolv.conf

#Extract files into a specific folder
tar -xf archive.tar.gz -C /home/linuxize/files




Shell

Related
linux tar gz Code Example linux tar gz Code Example
docker remove not running containers Code Example docker remove not running containers Code Example
how to remove all files except one in linux Code Example how to remove all files except one in linux Code Example
debian give write permission Code Example debian give write permission Code Example
tar extract to folder Code Example tar extract to folder Code Example

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