Recibí un gran archivo .tar.gz de un cliente que contiene aproximadamente 800 mb de archivos de imagen (cuando no está comprimido). El ftp de nuestra empresa de alojamiento es muy lento, por lo que extraer todos los archivos localmente y enviarlos a través de ftp no es práctico. Pude ftp el archivo .tar.gz a nuestro sitio de alojamiento, pero cuando ingreso a mi directorio e intento usar descomprimir, me da este error:
[esthers@clients locations]$ unzip community_images.tar.gz
Archive: community_images.tar.gz
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
note: community_images.tar.gz may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of community_images.tar.gz or community_images.tar.gz.zip, and cannot find community_images.tar.gz.ZIP, period.
¿Qué comando necesito usar para extraer todos los archivos en un archivo .tar.gz?
tar -xf
sugerencia sería hacer una gran respuesta adicional.