usage of 7za in windows is totally same to 7za in linux
the help message of command line version isn't detailed enough so here is an example
7za a -t7z -m0=lzma -mx=9 -mfb=64 -md=64m filename.7z target
a: add files to archive
e: extract files from archive (without using directory names)
-t: type of archive
-m0 : compression algorithm
-mx : compression level, 0 = no compression, 9 = ultra
-mfb : number of fast bytes for LZMA
-md : dictionary size
-ms=on : solid archive
p7zip is able to extract rar archives, but you have to use the exact command 7z, neither 7za nor 7zr because they are light-weighted commands which don't load plugins
if you use ubuntu, there is a package named p7zip-rar. on arch linux, p7zip package also installs rar plugin to /usr/lib/p7zip/Codecs/Rar29.so
7z e filenamr.rar
沒有留言:
張貼留言