home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 376_01 / os2tool.000 / CUTHUGE.TXT < prev    next >
Text File  |  1992-08-29  |  1KB  |  37 lines

  1.                                            CUTHUGE [DUAL MODE]
  2.      
  3.      NAME  CUTHUGE  -  Cut  a  huge  file  into  smaller  more
  4.      manageable pieces.
  5.      
  6.      SYNTAX
  7.      
  8.      cuthuge  [-lines]  [/BIN]  [/B  basename]  |  [/H  |  /?]
  9.      [files(s)]
  10.      
  11.      USAGE
  12.      
  13.      CUTHUGE is  used to  cut a  big file into smaller pieces.
  14.      You might  want to  do this for example to cut a huge log
  15.      file into  smaller pieces for convenien viewing in a text
  16.      editor. The  default names  are of the form PARTXXXX.CUT,
  17.      where the  XXXX:s are consequtively groving numbers. E.g.
  18.      PART0000.CUT, PART0001.CUT ...
  19.      
  20.      By default  CUTHUGE operates  in text mode, but with /BIN
  21.      it can  be switched  into binary  mode. The -lines option
  22.      gives the  number of  lines written  to each file in text
  23.      mode. In  binary mode it gives the size of the parts file
  24.      in bytes. The minimum for this is 1024 and the default is
  25.      32 K.
  26.      
  27.      When started  without any  parameters, the  cuthuge reads
  28.      its input from the command line. The special character '-
  29.      ' can  also be  used on  the command  line  to  mean  the
  30.      standard input.  CUTHUGE can  also be given many files on
  31.      its command  line. It  starts each  new file  with a  new
  32.      parts file.
  33.      
  34.      
  35.      SEE ALSO:
  36.      
  37.