Skip to content

Tag Archives: compression

Making a RAR Archive in Linux

RAR files seem to compress much better than zips.  This post serves as a reminder to myself on how it is done. Use the following command to create an archive with the highest compression, checking that the output file is indeed compressed properly: rar a -t -m5 <RAR filename> <fileA> <fileB> <…>