linux:extract_tgz_file
This is an old revision of the document!
Extract tgz file
unpack / unzip / extract .tgz file on Linux
tar zxvf fileNameHere.tgz
or:
gunzip -c fileNameHere.tgz | tar xvf -
linux/extract_tgz_file.1653421498.txt.gz · Last modified: 2022/05/24 19:44 by levor