Logo by McFly (anonymous IP: 18.218.245.179,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
USAGE -=====- Chunker is used to split a file up into smaller pieces. It expects the following arguments: chunker <file> <basename> <size> file: Name of the file to split. basename: The created split files will have this as their base name. For example if you had "ding" as basename then the created files would be: ding.000 ding.001 : : ding.XXX Note that the XXX part is a 3 part hexadecimal number. size: Size (in bytes) of the created chunks. For example: chunker bigfile.gz bigfile 716800 would split the file 'bigfile.gz' into 700k chunks with a basname of 'bigfile'. DeChunk will reassemble the chunks output by Chunker into the original file. It expects the following arguments: dechunk <outputfile> <basename> outputfile: Name of the file to create. basename: The basename of the split files. For example if the first of the split files is called "ding.000" then use "ding". This should be the same as you passed as basename to Chunker. |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |