GNU/Linux >> Tutoriales Linux >  >> Linux

¿Cómo puede designar una ruta inicial arbitraria al agregar archivos a un archivo tar?

En GNU tar, --transform (--xform ) es la opción para realizar transformaciones de nombres de archivos. La documentación y los ejemplos se pueden encontrar aquí


En tar BSD, -s pattern es la opción para hacer transformaciones de nombres. Citando la documentación de freebsd.org:

-s  pattern
     Modify file or archive member names according to pattern.  The
     pattern has the format /old/new/[ghHprRsS] where old is a basic
     regular expression, new is the replacement string of the matched
     part, and the optional trailing letters modify how the replace-
     ment is handled.  If old is not matched, the pattern is skipped.
     Within new, ~ is substituted with the match, \1 to \9 with the
     content of the corresponding captured group.  The optional trail-
     ing g specifies that matching should continue after the matched
     part and stop on the first unmatched pattern.  The optional
     trailing s specifies that the pattern applies to the value of
     symbolic links.  The optional trailing p specifies that after a
     successful substitution the original path name and the new path
     name should be printed to standard error.  Optional trailing H,
     R, or S characters suppress substitutions for hardlink targets,
     regular filenames, or symlink targets, respectively.  Optional
     trailing h, r, or s characters enable substitutions for hardlink
     targets, regular filenames, or symlink targets, respectively.
     The default is hrs which applies substitutions to all names.  In
     particular, it is never necessary to specify h, r, or s.

Linux
  1. ¿Cómo puedo diferenciar dos archivos XML?

  2. ¿Cómo puedo copiar varios archivos sobre scp en un solo comando?

  3. ¿Cómo puedo encontrar todos los archivos vinculados en un sistema de archivos?

  4. ¿Cómo elimino la ruta completa al hacer una compresión tar.gz?

  5. ¿Cómo se configura el tamaño del bloque bzip2 cuando se usa tar?

Comando tar de Linux:cómo comprimir archivos en Linux

En Linux, ¿cómo se comprueba si un disco está fragmentado?

¿Cómo puedo usar el comando tar para agrupar archivos sin comprimir?

¿Cómo puedo mover archivos con xargs en Linux?

¿Cómo puedes recortar archivos mp3 usando `ffmpeg`?

Agregar archivo a archivos tbz