Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: help with unraring

by Argel (Prior)
on Apr 24, 2012 at 19:20 UTC ( [id://966931]=note: print w/replies, xml ) Need Help??


in reply to Re^4: help with unraring
in thread help with unraring

Most decompression/compression programs support extracting/adding individual files from/to an archive. This should work, but I only tested it against a .7z file. But I am not aware of any reason why it would not work with .rar files.
7z.exe e <archive_name.rar> <path_to_file_in_archive>
Here's an example. Given a 7-zip file called test.7z, containing:
test test/foo test/bar
This should extract just 'bar' to your current working directory:
7z.exe e test.7z test/bar

Elda Taluta; Sarks Sark; Ark Arks
My deviantART gallery

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-19 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found