Short: Split binary files (C source included) Author: e4geeln@etek.chalmers.se (Marcus Geelnard) Uploader: e4geeln etek chalmers se (Marcus Geelnard) Type: util/cli Version: 1.0 Architecture: m68k-amigaos MGSplit works like join, but backwards. I.e. you can split one large file into several small files with a chosen maximum size. For example, MGSplit can be useful for splitting a large archive into ~870KB files to make them fit on floppy disks (to put the archive together again, use the AmigaDOS join command). The C source code is included (and very portable).