Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Quick question on Tar and Untaring Files

by PyrexKidd (Monk)
on Jul 18, 2011 at 21:39 UTC ( [id://915290]=note: print w/replies, xml ) Need Help??


in reply to Quick question on Tar and Untaring Files

Hello,
I suspect you are not using the correct tar/untar flags.
Can you perform the process manually? How are you taring/untaring the files?
i.e.:

tar czf file.tar.gz dir/ tar xzf file.tar.gz

Replies are listed 'Best First'.
Re^2: Quick question on Tar and Untaring Files
by dudydude (Novice) on Jul 18, 2011 at 21:47 UTC
    my $tar = Archive::Tar->new; $tar->add_files("$f1"); $tar->add_files("$f2"); $tar->write("final.tar");

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://915290]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-19 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found