Hay Chris. That was not what I expected as a solution but I like it. <smile> I will certainly try that. Although, It would be a lot easier if I had a graphical user interface to deal with this problem. Thanks again.
Nektarios. > On 15 Dec 2015, at 00:03, 'Chris Blouch' via MacVisionaries > <[email protected]> wrote: > > I'd just compress it first and then segment it afterwards. You can compress > the folder or file in the finder without too much trouble. To break it into > chunks I'd do that in terminal. Launch terminal and cd to wherever the zip > file is. If it was on your desktop you would do "cd ~/Desktop". Then you can > do "split -b50m your_filename.zip" the 50m means to split the source file > into 50 megabyte chunks. Each chunk will be named xaa xab xac etc. To put > them all back together you use "cat x* > your_filename.zip" Of course make > sure you don't have any other files in the same directory that start with X > or they will be added to the reconstituted file and probably ruin it. > > CB > > On 12/14/15 4:15 PM, Nektarios Mallas wrote: >> Hi guys. >> Well, the subject says it all, I think. >> I need an application that will allow me to create compressed files and be >> able to specify a certain file size. >> For those of you who use windows something like winrar or similar. >> >> Any help is very much appreciated. >> >> Nektarios. >> > > -- > ¯\_(ツ)_/¯ > > -- > The following information is important for all members of the Mac Visionaries > list. > > If you have any questions or concerns about the running of this list, or if > you feel that a member's post is inappropriate, please contact the owners or > moderators directly rather than posting on the list itself. > > Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara > Quinn - you can reach Cara at [email protected] > > The archives for this list can be searched at: > http://www.mail-archive.com/[email protected]/ > --- You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/macvisionaries. > For more options, visit https://groups.google.com/d/optout. -- The following information is important for all members of the Mac Visionaries list. If you have any questions or concerns about the running of this list, or if you feel that a member's post is inappropriate, please contact the owners or moderators directly rather than posting on the list itself. Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara Quinn - you can reach Cara at [email protected] The archives for this list can be searched at: http://www.mail-archive.com/[email protected]/ --- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/d/optout.
