User Tools

Site Tools


linux:extract_tgz_file

This is an old revision of the document!


Extract tgz file

tar zxvf file_to_extract.tgz z=zip or unzip
x=extract
v=verbose (show) filenames
f=following param is a filename

option 2:

gunzip -c fileNameHere.tgz | tar xvf -

linux/extract_tgz_file.1653581200.txt.gz · Last modified: 2022/05/26 16:06 by levor