Categories
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
Solution gunzip /tmp/arhive.gz -r ../html
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 a Question
731 491 924 answers to any question