home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
amigalib
/
d999
/
asplit.lha
/
ASplit
/
Asplit2.man
< prev
next >
Wrap
Text File
|
1994-04-05
|
2KB
|
73 lines
ASPLIT Amiga User's Manual ASPLIT
1mNAME0m
Asplit - split a file
1mSYNOPSIS0m
Asplit [-b buffer] -s size filein [fileout]
1mOPTIONS0m
-b buffer
specify the size of the internal buffer. Default: 1024
bytes. It's advised to use 1024 multiple values.
This field is optional.
-s size
specify the maximum size (in bytes) of each sub-file.
filein
the name of the file to split.
fileout
the root name of the files created.
This field is optional. Default name is the source
file name.
1mDESCRIPTION0m
The file "filein" is split into several files of "size" bytes.
Each filename is composed of the source file name if no "fileout" name
is given, and a number, which indicates the order.
The number of files is NOT LIMITED. The order of files is
respected thanks to an evaluation of the digits necessary to code the
order number, i.e., is you have 100 files, they will be coded from 000
to 099, instead of 0 to 99. If you don't know why it's important, you
should remember that the string "10" is alphabeticaly before the
string "2"...So imagine the result of the concatenation of all the
files.
1mWARNING0m
Although Asplit has been thoroughly tested, no guarantee is given nor
implied that this program is fit for any use. The program and the
information within this text is provided on an "as is" basis. In no
event will I be liable for any direct, indirect, incidental, or
consequential damages resulting from the use of this program or the
information presented within this text.
1mAUTHOR0m
Asplit is Copyright © 1994 Marc MENDEZ.
Email: mendez@platon.emi.u-bordeaux.fr
or
MENDEZ Marc
Residence Le Mail
Batiment B Appartement 414
Rue Louis Jouvet
33600 PESSAC
Commercial distribution of Asplit or of a package containing Asplit
requires author approval.