Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 964  / 3 Years ago, sat, july 10, 2021, 2:46:22

I'm new to Linux and still don't know much, so this problem may sound a bit ridiculous. I have a folder with a lot of .tar files, and I wanted to simultaneously extract all of the files inside the .tar files to the same folder. Is there an easy way to do that?


More From » directory

 Answers
1
cat *.tar | tar -xvf - -i

Run the above command from inside the folders which hold the tar files.


[#1779] Sunday, July 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
termetalli

Total Points: 326
Total Questions: 127
Total Answers: 110

Location: Sao Tome and Principe
Member since Sat, Sep 12, 2020
4 Years ago
termetalli questions
Sat, Apr 30, 22, 17:54, 2 Years ago
Mon, Dec 6, 21, 05:24, 2 Years ago
Thu, Jun 30, 22, 00:32, 2 Years ago
Mon, Dec 19, 22, 00:15, 1 Year ago
;