Decompress a tar file into a folder
#16
RE: Decompress a tar file into a folder
(11-27-2022, 12:53 AM)mamed Wrote:  Well just do tar -xvf *.tar than should work

No, it won't.  As I said, the -f option to the tar command takes exactly one file name as an argument.  Any other filenames after that are handled differently.  (And remember that *.tar is expanded by the shell before the tar command sees it.  So if there's more than one file in the current directory that matches *.tar, tar is seeing a list of names.)  You can't extract multiple tar archives with a single tar command like that.

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:27 PM


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)