make a tar.gz file code example
Example 1: create tar gz file from directory
tar -czf tarball.tar.gz my_directory/
Example 2: linux unpack tar.gz file
tar -zxvf file_name.tar.gz
Example 3: unzip a tar.gz file in linux
tar -xvzf community_images.tar.gz