Tuesday, January 31, 2006

rar command line

If you need to break down a large file into multiple smaller ones, try rar:
rar a -v10000k test.log.rar test.log
# break a 4GB file into 700MB files quickly (lowest compression level)
rar a -m0 -v700000k SAMPLE_DVD.rar SAMPLE_DVD.ISO

0 Comments:

Post a Comment

<< Home