D
D
DVoropaev2018-11-08 22:23:12
linux
DVoropaev, 2018-11-08 22:23:12

Which command to unzip nested archives?

There is an "ar" archive, it contains the "...tar.xz" archive.
Which command/commands in bash is easier to unzip "...tar.xz" into a specific directory?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
pfg21, 2018-11-08
@DVoropaev

I understand that from the ar archive it is necessary to pick out the .tar.xz archive and unpack it and unpack it ??
then something like this
the most common handy of such content is the .deb package. IMHO it's better to pick through mc.

A
Andrey Burov, 2018-11-08
@BuriK666

tar -xJf archive.tar.xz -C /path/to/directory/

S
Softer, 2018-11-08
@Softer

tar -xf
for gzip add -z
for bzip2 - j
And smoke man tar

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question