Translations:A tutorial on 'tar'/9/en
Jump to navigation
Jump to search
You can also run tar --create
first without compression and then use the commands xz
or gzip
in a separate step, although there is seldom a reason to do so. Similarly, you can run xz -d
or gzip -d
to decompress an archive file before running tar --extract
, but again this is seldom necessary.