how to unzip tar in linux code example
Example 1: extract tar linux
tar -zxvf file_name.tar.gz
Example 2: how to unzip using tar
tar -xf archive.tar.gz
Example 3: Unzip tar file
tar xvf spark-*
tar -zxvf file_name.tar.gz
tar -xf archive.tar.gz
tar xvf spark-*