E
E
evil0o2016-09-16 10:57:30
linux
evil0o, 2016-09-16 10:57:30

How to unzip all files recursively in linux?

Somehow I managed to wrap all the files in .gz
How to fix it?
With this command, I messed up the gzip sources /tmp/arhive.gz -r ../html

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
evil0o, 2016-09-16
@evil0o

Solution gunzip /tmp/arhive.gz -r ../html

D
Dmitry, 2016-09-16
@zmitrok62

If I understand your question correctly, then you can unpack the archive like this:
#gunzip arch.gz
#tar zxvf arch.tar.gz

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question