I tried to extract filename1.tar.gz but I got the different name which is the folder archive inside lets say archive_folder; how I can extract the tar.gz with the same name of the filename.
I use this command:
tar -xzvf filename1.tar.gz
also I want to write a command to extract multiple tar.gz with one line.