Linux TAR split archive file
Typ souboru: Archive and compressed file
Files with taraa extension are used for the Linux compression utility called TAR.
Kategorie typu souboru:
Archive and compressed file
Datum aktualizace: 30. června 2017
The taraa file extension is associated with the Linux compression utility called TAR. File contains the first part of the TAR multi-volume archive. To extract data from the TAR multi-volume archive you must have all archive parts (file extnesions TARAA, TARAB, TARAC, TARAD etc.).
TAR command to create split archive:
# tar -cf – movie.avi | split -b 100m – movie.tar
TAR command to extract data from split archive:
# cat movie.tara* | (tar x)
Use TAR program to open files, remember you need to have all file parts to extract data.
TAR (Linux/Unix)
TAR (Linux/Unix)
TAR (Linux/Unix)