home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d999 / asplit.lha / ASplit / Asplit2.1 < prev    next >
Text File  |  1994-04-05  |  2KB  |  63 lines

  1. HEADER Asplit
  2.  
  3. NAME
  4. Asplit - split a file
  5.  
  6. SYNOPSIS
  7. Asplit [-b buffer] -s size filein [fileout]
  8.  
  9. OPTIONS
  10. -b buffer 
  11.  
  12. specify the size of the internal buffer. Default: 1024
  13. bytes. It's advised to use 1024 multiple values.
  14. This field is optional.    
  15.  
  16. -s size
  17.  
  18. specify the maximum size (in bytes) of each sub-file.
  19.  
  20. filein
  21.  
  22. the name of the file to split.
  23.  
  24. fileout
  25.         
  26. the root name of the files created.  
  27. This field is optional.    Default name is the source
  28. file name.
  29.  
  30. DESCRIPTION
  31. The file "filein" is split into several files of "size" bytes.
  32. Each filename is composed of the source file name if no "fileout" name
  33. is given, and a number, which indicates the order.
  34. The number of files is NOT LIMITED. The order of files is
  35. respected thanks to an evaluation of the digits necessary to code the
  36. order number, i.e., is you have 100 files, they will be coded from 000
  37. to 099, instead of 0 to 99. If you don't know why it's important, you
  38. should remember that the string "10" is alphabeticaly before the
  39. string "2"...So imagine the result of the concatenation of all the
  40. files.
  41.  
  42. WARNING
  43. Although Asplit has been thoroughly tested, no guarantee is given nor
  44. implied  that  this  program  is  fit for any use. The program and the
  45. information  within  this  text is provided on an "as is" basis. In no
  46. event  will  I  be  liable  for  any  direct, indirect, incidental, or
  47. consequential  damages resulting  from the  use of this program or the
  48. information presented within this text.
  49.  
  50. AUTHOR
  51. Asplit is Copyright © 1994 Marc MENDEZ.
  52. Email: mendez@platon.emi.u-bordeaux.fr
  53. or 
  54. MENDEZ Marc
  55. Residence Le Mail
  56. Batiment B Appartement 414
  57. Rue Louis Jouvet
  58. 33600 PESSAC
  59.  
  60. Commercial  distribution of Asplit or of a package containing Asplit
  61. requires author approval.
  62.  
  63.