Translations:A tutorial on 'tar'/4/en
Jump to navigation
Jump to search
You can extract files from an archive file using the same command with a different option:tar --extract --file project1.tar
. If there is no directory with the original name, it will be created. If a directory of that name exists and contains files of the same names as in the archive file, they will be overwritten. Another option can be added to specify the destination directory where to extract the archive's content.