If you want to unzip a file called "archivo.tar.gz", what command would you use?
unzip archivo.tar.gz
tar -xzf archivo.tar.gz
untar archivo.tar.gz
decompress archivo.tar.gz