how to extract from linux command line code example
Example 1: extract tar.gz linux command line
tar xvzf file.tar.gz
Example 2: unzip folder using linx command
$ unzip tecmint_files.zip
tar xvzf file.tar.gz
$ unzip tecmint_files.zip