Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

240
Vistas
linux command to combine two tar.gz files

I have a tar.gz file that is split into two files for example x.tar.gz.00 and x.tar.gz.01. How to combine these two tar files in linux?

I tried with this below command but no success.

zcat X.tar.gz.00 X.tar.gz.01 | gzip -c > X.tar.gz. 

It returned

gzip: X.tar.gz.00: unexpected end of file

Thanks.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

If you split the file after compressing it, as the error suggests, then just concatenate the files directly:

cat X.tar.gz.00 X.tar.gz.01 > X.tar.gz
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda