Horje
linux extract tgz 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
convertingwav to mp3 linux ffmpeg Code Example convertingwav to mp3 linux ffmpeg Code Example
vi replace pattern Code Example vi replace pattern Code Example
sbt download for ubuntu Code Example sbt download for ubuntu Code Example
install moviepy Code Example install moviepy Code Example
linux generate csr Code Example linux generate csr Code Example

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