How to use tar to create compressed .tar.gz archive files.
tar –cvzf example.tar.gz <...file list>How to use tar to extract archived files from a .tar.gz zip file.
tar –xvzf example.tar.gzHow to use tar to extract archived files from a .tar.bz2 zip file.
tar –xvjf example.tar.gzFor more information, see tar commandline options.
6 / 2021
