GNU/Linux >> Znalost Linux >  >> Linux

Jak můžete určit libovolnou úvodní cestu při přidávání souborů do taru?

V GNU tar --transform (--xform ) je možnost provádět transformace názvů souborů. Dokumentaci a příklady naleznete zde


V BSD tar -s pattern je možnost provádět transformace jmen. Citace z dokumentace 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. Jak zobrazit obsah komprimovaných souborů v Linuxu

  2. Jak mohu v Linuxu vygenerovat seznam souborů s jejich absolutní cestou?

  3. Jak normalizujete cestu k souboru v Bash?

  1. Jak porovnat obsah dvou tarballů

  2. Jak spustíte `méně` a necháte automaticky spustit vyhledávací vzor?

  3. Jak v linuxu zkontrolujete, zda je disk fragmentovaný?

  1. Jak mohu použít příkaz tar k seskupení souborů bez komprese?

  2. Jak odstraním úplnou cestu při provádění komprese tar.gz?

  3. Jak můžete oříznout soubory mp3 pomocí `ffmpeg`?