[SOLVED] How to unzip all files under different directories ?
by james000 from LinuxQuestions.org on (#6NE82)
Hi,
By mistake someone zipped all database files and they are in gz format now. They are under /export/TimesTen/tt18.1.4.19.0 and under different subdirectories.
I am trying to find a way, that it should unzip all of them in this directory and its sib-directory, but it should land in same path as they are now ?
I could find some commands online, but looks like unzip it is present directory. I don't want to change its path.
Please advice.
It is Centos 7.
Thanks
----------
Edit : gunzip -r did the job
By mistake someone zipped all database files and they are in gz format now. They are under /export/TimesTen/tt18.1.4.19.0 and under different subdirectories.
I am trying to find a way, that it should unzip all of them in this directory and its sib-directory, but it should land in same path as they are now ?
I could find some commands online, but looks like unzip it is present directory. I don't want to change its path.
Please advice.
It is Centos 7.
Thanks
----------
Edit : gunzip -r did the job