Skip to content
Advertisement

How to untar all .tar.gz with shell-script?

I tried this:

JavaScript

If the folder has one tar, it works. If the folder has many tar, I get an error.

How can I do this?

I have an idea to run a loop to untar, but I don’t know how to solve this problem

Advertisement

Answer

JavaScript
Advertisement