home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / divide.lzh / divide.doc_1.1
Text File  |  1992-03-11  |  2KB  |  63 lines

  1.  
  2.  
  3.  
  4.  
  5.           ___    _____  _  _  _____  ___    _____
  6.          /   \    /    /  /    /    /   \  /
  7.         /    /   /    /  /    /    /    / /---
  8.        /____/ __/__   \_/  __/__  /____/ /_____
  9.  
  10.        Version 1.1
  11.        Copyright (C) 1991,1992
  12.        Farside Systems
  13.  
  14.        2561 Hwy. 11W          4809 Joe Lewis Road
  15.        Bristol, TN 37620      Knoxville, TN 37920
  16.  
  17.  
  18.  
  19.        NAME
  20.  
  21.             divide - divide a file into pieces
  22.  
  23.  
  24.        SYNOPSIS
  25.  
  26.             divide -<option> [ infile [outfile] ] -<option>
  27.  
  28.  
  29.        DESCRIPTION
  30.  
  31.             Divide divides  a  file into, default 1200, line pieces.
  32.             Divide appends .XX  to  outfile, where XX starts with 1.
  33.             If no outfile is specified infile is used.
  34.  
  35.  
  36.        OPTIONS
  37.  
  38.             -?         Help
  39.  
  40.             -d         Delimit files.  ---- filname.xx ----
  41.  
  42.             -v         Verbose, tells what file is being created.
  43.  
  44.             -l=num     Set number of lines in each piece.
  45.  
  46.             -z         Use STDIN at infile.  If no outfile is specified
  47.                        STDOUT is used.
  48.  
  49.  
  50.        BUGS
  51.  
  52.             None known.
  53.  
  54.  
  55.        COPYING
  56.  
  57.            Divide may be copied freely as long as this documentation
  58.            and copyright notice  are  left  intact.  If you like and
  59.            intend to use  this  software  it  is  requested that you
  60.            become  a   registered   user,  of  course  at  no  cost.
  61.            Registered users will be informed  of  new  softwares and
  62.            will be able to receive updates.
  63.