User Tools

Site Tools


linux:extract_tgz_file

Extract tgz file


Option 1 [tar]:

tar zxvf file_to_extract.tgz z = zip or unzip
x = extract
v = verbose filenames (show names, info, etc.)
f = filename comes next

Option 2 [gunzip | tar]:

gunzip -c fileNameHere.tgz | tar xvf -

linux/extract_tgz_file.txt · Last modified: 2022/05/26 21:10 by levor