On Thu, 11 Aug 2011 12:33:09 -0400, Chris Brennan wrote: > On 8/11/2011 12:26 PM, Camaleón wrote: >> "zsplit" cannot do it. It requires the splitted size is at least the >> size of the smallest of the archived files. I will have to search >> another one ;-( > > zip -s SIZE should do the trick ... split the archive at your designated > size at creation, not after the fact, that might be where > zipsplit/zsplit is dropping the ball ....
Thanks but I don't see "-s" as an available parameter for my zip (2.32) :- (. Anyway, if I try it: *** sm01@stt008:~/Desktop$ zip -s 512000 data *.pdf zip error: Invalid command arguments (no such option: s) *** Greetings, -- Camaleón