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