From: Stuart Clarke Date: 2010-03-04T19:21:05+09:00 Subject: Splitting up a file Hey, I have a quick question about breaking up a file into smaller files. I have a large file, quite like an mbox file in how it stores its data for example DATA stuff stuff DATA stuff DATA stuff stuff I don't want this information in one file, I want to break it up into single files, so the example above would give me three files. How would you suggest I go about this? Any help is greatly appreciated. Thanks -- Posted via http://www.ruby-forum.com/.