How do I comperes and split files with terminal
Posted
by
Levan
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Levan
Published on 2012-11-18T23:12:12Z
Indexed on
2012/11/18
23:28 UTC
Read the original article
Hit count: 232
archive
So what I wanted to do. comperes(7zip) and split 600MB folder into 199MB parts but sadly when I tried to do this task with archive manager it gave me an error, but I know that if I use terminal it will work.
I looked this up in askubuntu and found out about this commend
7z a -v5m -mx0 ubuntu.7z
I understand that v5m will split it to 5 mb parts and -mx0 means that it will not comperes it but I want it to comperes so what should I write instead of this -mx0
pleas note: I am using .7zip because I most probably will use this file on windows pc
thank you in advanced
© Ask Ubuntu or respective owner