OS4 DepotLogo by Browallia 
(anonymous IP: 18.189.170.17,2194) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Shell » chunker.lha

Chunker

Description: One more split/join of files
Download: chunker.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 15kb
Version: 1.7
Date: 06 Dec 2013
Author: Lee Kindness, aos4 port by kas1e
Submitter: kas1e
Email: kas1e/yandex ru
Category: utility/shell
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 8468
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 416  (Current version)
416  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
 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