Hello, I would like a little more information on create a split rar archive in OS X 10.4.11. At the moment I have downloaded winrar and copied the rar file to /bin/ and I can execute the command
to create a split archive, each part 50mb each.
But the only problem with this is that it will create files using the extension .part#.rar and I would like it to use .r00 .r01 .r02 etc.
Anyone know of a way to do this?
Code:
rar a -v50000 testfile
But the only problem with this is that it will create files using the extension .part#.rar and I would like it to use .r00 .r01 .r02 etc.
Anyone know of a way to do this?