Decompress a tar file into a folder
#14
RE: Decompress a tar file into a folder
(11-26-2022, 07:10 AM)mamed Wrote:  Gunzip -f ./*.tar.gz
Tar -xvf ./*.tar

Will do all the tars in the current folder you are cd’d to

Are you sure about that tar command?  Usually only the file name immediately following the -f is the name of an archive file.  Everything else on the command line is assumed to be the name of a file inside that archive (causing tar to extract only the named files, rather than the entire archive).

E.g., if you have a.tar, b.tar, and c.tar then typically 'tar -xvf ./*.tar' would try to extract b.tar and c.tar from a.tar resulting in the error messages:
Code:
tar: ./b.tar: Not found in archive
tar: ./c.tar: Not found in archive
tar: Exiting with failure status due to previous errors

That's what you get from GNU tar and what I believe the standard behaviour is.  So I'd expect the same (maybe slightly different error messages) from IRIX tar, but I don't have any of my IRIX systems booted up right now to test.

SGI:  Indigo, Indigo2, Octane, Origin 300
Sun:  SPARCstation 20 (x4), Ultra 2, Blade 2500, T5240
HP:  9000/380, 425e, C8000
Digital: DECstation 5000/125, PWS 600au
jpstewart
Developer

Trade Count: (1)
Posts: 444
Threads: 6
Joined: May 2018
Location: SW Ontario, CA
Find Reply
11-27-2022, 12:12 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)