GNU/Linux >> LINUX-Kenntnisse >  >> Linux

Wie können Sie beim Hinzufügen von Dateien zu einem tar einen beliebigen führenden Pfad festlegen?

Im GNU-Tar, --transform (--xform ) ist die Option, Dateinamentransformationen vorzunehmen. Dokumentation und Beispiele finden Sie hier


Im BSD-Tar, -s pattern ist die Option, Namenstransformationen vorzunehmen. Zitat aus der freebsd.org-Dokumentation:

-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. So extrahieren Sie .gz- und .tar.gz-Dateien unter Linux

  2. So vergleichen Sie den Inhalt zweier Tarballs

  3. Wie kann ich zwei XML-Dateien unterscheiden?

  4. Wie führen Sie "weniger" aus und lassen es automatisch ein Suchmuster ausführen?

  5. Wie überprüfen Sie unter Linux, ob eine Festplatte fragmentiert ist?

So zeigen Sie den Inhalt komprimierter Dateien unter Linux an

Linux-tar-Befehl – ​​So komprimieren Sie Dateien unter Linux

Wie kann ich den tar-Befehl verwenden, um Dateien ohne Komprimierung zu gruppieren?

Wie kann ich Dateien mit xargs unter Linux verschieben?

Wie kann man mp3-Dateien mit `ffmpeg` trimmen?

Wie stellen Sie die bzip2-Blockgröße ein, wenn Sie tar verwenden?