Horje
how to extract tgz file in linux Code Example
how to extract tgz file in linux
tar zxvf file_name.tgz

where,
-z : Uncompress the resulting archive with gzip command
-x : Extract to disk from the archive
-v : Produce verbose output i.e. show progress and file names while extracting files
-f backup.tgz : Read the archive from the specified file called backup.tgz
linux extract tgz
tar zxvf file.tgz




Shell

Related
how to get hostname on linux Code Example how to get hostname on linux Code Example
obs uninstall ubuntu Code Example obs uninstall ubuntu Code Example
screen kill all Code Example screen kill all Code Example
bash for-schleife 1 bis 10 Code Example bash for-schleife 1 bis 10 Code Example
screen kill session Code Example screen kill session Code Example

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