GNU/Linux >> Tutoriels Linux >  >> Linux

Comment pouvez-vous désigner un chemin de tête arbitraire lors de l'ajout de fichiers à un tar ?

Dans GNU tar, --transform (--xform ) est l'option permettant d'effectuer des transformations de nom de fichier. La documentation et les exemples peuvent être trouvés ici


Dans le tar BSD, -s pattern est l'option de faire des transformations de nom. Citant la documentation 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. Comment comparer le contenu de deux archives tar

  2. Comment lancez-vous "less" et faites-vous exécuter automatiquement un modèle de recherche ?

  3. Comment puis-je trouver tous les fichiers liés en dur sur un système de fichiers ?

  4. Comment puis-je déplacer des fichiers avec xargs sous Linux ?

  5. Comment définir la taille du bloc bzip2 lors de l'utilisation de tar ?

Commande tar Linux - Comment compresser des fichiers sous Linux

Comment puis-je utiliser la commande tar pour regrouper des fichiers sans compression ?

Comment supprimer le chemin complet lors d'une compression tar.gz ?

Comment pouvez-vous couper des fichiers mp3 en utilisant `ffmpeg` ?

Ajout de fichier aux fichiers tbz

Comment supprimer les fichiers .fuse_hidden* ?