home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 5.ddi / 012.LIF / UNIQ.HLP < prev    next >
Encoding:
Text File  |  1992-07-02  |  1.4 KB  |  41 lines

  1.  
  2. UNIQ:   HI command
  3.         Finds duplicated lines in a file and displays either
  4.         the duplicated lines or non-duplicated lines, or a
  5.         combination.  A line is only considered a duplicate if the
  6.         second line immediately follows the first.
  7.  
  8.         SYNTAX:
  9.         uniq pathname [to|over|after outpath] [s] [m] [d]
  10.  
  11.         PARAMETERS:
  12.  
  13.         pathname
  14.                   The text file to be processed.  If a wildcard is used, 
  15.                   uniq processes only the first file found.
  16.    
  17.         to|over|after outpath
  18.                   Writes the output to the specified file rather than to the
  19.                   screen.
  20.  
  21.         s(ingle)
  22.                   Displays only lines with no duplicates.
  23.  
  24.         m(ultiple)
  25.                   Displays only lines that are duplicated.
  26.  
  27.         d(uplicate)
  28.                   Displays the extra line of lines that are duplicated.
  29.  
  30.         ADDITIONAL INFORMATION:
  31.  
  32.         The single, multiple, and duplicate parameters may be used in any
  33.         combination.  If none of these is entered, the default is single and
  34.         multiple, which causes uniq to display all lines that contain no 
  35.         adjacent duplicate lines.  The lines must be adjacent in order to be
  36.         detected.
  37.  
  38.         For further information on this command, please refer to the
  39.         Command Reference manual.
  40.  
  41.