home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / chasm2.zip / DUP.DOC < prev    next >
Text File  |  1986-05-29  |  1KB  |  34 lines

  1. DUP Filter
  2. Command
  3.  
  4.  
  5. ----------------------------------------------------------------
  6.  
  7. Purpose: Reads data from the standard input, removes adjacent
  8.          duplicated lines, and writes remainder to the standard
  9.          output.
  10.  
  11. Format:  DUP [<infile] [>outfile] [?] [/nn]
  12.  
  13. Type:    Internal      External
  14.                          ***
  15.  
  16. Remarks: Duplicate lines must be adjacent to be detected.
  17.          Normally, DUP will be used in a pipeline after
  18.          SORT, which will bring duplicates together.
  19.  
  20.          If option /nn (where nn is a number) is used, the
  21.          comparison is based on only the first nn characters of
  22.          each line.
  23.  
  24.          Option ? prints a command summary help message.
  25.  
  26.          DUP requires DOS 2.0, and will abort and print an error
  27.          message under earlier versions of DOS.
  28.  
  29. Author:  David Whitman
  30.          P.O. Box 1157
  31.          North Wales, PA 19454
  32.  
  33. This program is in the public domain.
  34.