GNU/Linux >> Belajar Linux >  >> Linux

Bagaimana Anda bisa menetapkan jalur utama yang sewenang-wenang saat menambahkan file ke tar?

Di tar GNU, --transform (--xform ) adalah opsi untuk membuat transformasi nama file. Dokumentasi dan contoh dapat ditemukan di sini


Di tar BSD, -s pattern adalah opsi untuk membuat transformasi nama. Mengutip dari dokumentasi 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. Cara Melihat Isi File Terkompresi di Linux

  2. Bagaimana membandingkan dua konten tarball

  3. Di linux, bagaimana Anda memeriksa apakah sebuah disk terfragmentasi?

  1. Bagaimana saya bisa menggunakan perintah tar untuk mengelompokkan file tanpa kompresi?

  2. Bagaimana saya bisa memindahkan file dengan xargs di Linux?

  3. Bagaimana cara menghapus path lengkap saat melakukan kompresi tar.gz?

  1. Bagaimana Anda bisa memangkas file mp3 menggunakan `ffmpeg`?

  2. Menambahkan file ke file tbz

  3. Bagaimana cara menghapus file .fuse_hidden*?