To unzip a tarball file called "archivo.tar.gz", what command would you use?
untar archivo.tar.gz
unzip archivo.tar.gz
extract archivo.tar.gz
tar -xzvf archivo.tar.gz