![]() | Logo by McFly (anonymous IP: 216.73.216.178,2408) | |||||||||||||
| ||||||||||||||
Audio (347) Datatype (51) Demo (204) Development (609) Document (24) Driver (98) Emulation (153) Game (1027) Graphics (510) Library (119) Network (236) Office (67) Utility (939) Video (72) Total files: 4456 Full index file Recent index file
Amigans.net Aminet IntuitionBase Hyperion Entertainment A-Eon Amiga Future
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-2025 by Björn Hagström All Rights Reserved |