Tagged Questions
4
votes
2answers
292 views
How does WinRAR perform a compression ratio check?
E.g. how can it tell that a 4GB text file can be compressed to, say, 200MB? Obviously, it doesn't read all of the contents in 2 or so seconds... so what kind of predictive algorithm(s) does it use?
4
votes
1answer
463 views
What compression format should we use; should we lay DEFLATE (.zip) to rest? [closed]
With most Linux distributions dropping gzip and bzip2 in favor of LZMA2 for compressing their packages, and many open source implementations for many platforms, I wonder: Shouldn't we lay DEFLATE and ...
2
votes
2answers
287 views
Extract a JAR file, possibly with WINRAR on CL
I need to be able to extract jar files on the command line.
Piece of cake, you might say. Yes, except I need the extractor to rename same-named files.
To be specific, the Jar file has a file named:
...
0
votes
3answers
360 views
How can I call winrar in perl on windows
Is it possible to call winrar through perl on a windows system, such as
perl -e "rar a -rr10 -s c:\backups\backup.rar @backup.lst"
If so, is there a more efficient way to do this?
I've looked up ...