GNU/Linux >> Linux Esercitazione >  >> Linux

Come puoi designare un percorso principale arbitrario quando aggiungi file a un tar?

Nel tar GNU, --transform (--xform ) è l'opzione per effettuare trasformazioni del nome file. La documentazione e gli esempi possono essere trovati qui


Nel tar BSD, -s pattern è l'opzione per effettuare trasformazioni di nome. Citando dalla documentazione di 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. Come visualizzare il contenuto dei file compressi in Linux

  2. Come posso generare un elenco di file con il loro percorso assoluto in Linux?

  3. Come si normalizza un percorso di file in Bash?

  4. Come posso differenziare due file XML?

  5. Come posso copiare più file su scp in un comando?

Comando tar di Linux – Come comprimere file in Linux

Come si esegue `less` e si esegue automaticamente un modello di ricerca?

Come posso trovare tutti i file hardlink su un filesystem?

Come rimuovo il percorso completo quando eseguo una compressione tar.gz?

Aggiunta di file ai file tbz

Come eliminare i file .fuse_hidden*?