Horje
untar file in linux Code Example
extract tar.gz ubuntu terminal
tar -xvf yourfile.tar.gz
untar file in linux
$ tar -xvf <tar_archive> <filename>
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
yarn install in ubuntu Code Example yarn install in ubuntu Code Example
apt get install reinstall Code Example apt get install reinstall Code Example
Powershell Core server manager module Code Example Powershell Core server manager module Code Example
merge remote commits to local then push Code Example merge remote commits to local then push Code Example
set different user for git Code Example set different user for git Code Example

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