Decompress a tar file into a folder
#18
RE: Decompress a tar file into a folder
for i in `ls *.tar`; do tar -xvzf $i;done

there was a solution with xargs also but i cant remember.

Regards,
Joerg
Origin3k
O2

Trade Count: (0)
Posts: 8
Threads: 1
Joined: Sep 2015
Find Reply
11-30-2022, 07:21 AM


Messages In This Thread
Decompress a tar file into a folder - by indrema - 09-22-2018, 08:24 PM
RE: Decompress a tar file into a folder - by TruHobbyist - 09-22-2018, 09:14 PM
RE: Decompress a tar file into a folder - by bjames - 09-23-2018, 02:07 AM
RE: Decompress a tar file into a folder - by gijoe77 - 09-23-2018, 04:22 AM
RE: Decompress a tar file into a folder - by sgiseller - 09-24-2018, 01:42 AM
RE: Decompress a tar file into a folder - by indrema - 09-23-2018, 10:04 AM
RE: Decompress a tar file into a folder - by Jan - 07-24-2022, 06:37 PM
RE: Decompress a tar file into a folder - by Raion - 07-24-2022, 09:41 PM
RE: Decompress a tar file into a folder - by robespierre - 07-25-2022, 01:28 AM
RE: Decompress a tar file into a folder - by stormy - 07-29-2022, 03:04 PM
RE: Decompress a tar file into a folder - by Jan - 07-29-2022, 06:29 PM
RE: Decompress a tar file into a folder - by vishnu - 07-30-2022, 01:30 AM
RE: Decompress a tar file into a folder - by mamed - 11-26-2022, 07:10 AM
RE: Decompress a tar file into a folder - by jpstewart - 11-27-2022, 12:12 AM
RE: Decompress a tar file into a folder - by mamed - 11-27-2022, 12:53 AM
RE: Decompress a tar file into a folder - by jpstewart - 11-27-2022, 12:27 PM
RE: Decompress a tar file into a folder - by Noguri - 11-29-2022, 12:10 PM
RE: Decompress a tar file into a folder - by Origin3k - 11-30-2022, 07:21 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)