*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> uniq (1)              
Title
Content
Arch
Section
 

UNIQ(1)

Contents


NAME    [Toc]    [Back]

     uniq -- report or filter out repeated lines in a file

SYNOPSIS    [Toc]    [Back]

     uniq [-c | -d | -u] [-i] [-f num] [-s chars] [input_file [output_file]]

DESCRIPTION    [Toc]    [Back]

     The uniq utility reads the specified input_file comparing adjacent lines,
     and writes a copy of each unique input line to the output_file.  If
     input_file is a single dash (`-') or absent, the standard input is read.
     If output_file is absent, standard output is used for output.  The second
     and succeeding copies of identical adjacent input lines are not written.
     Repeated lines in the input will not be detected if they are not adjacent,
 so it may be necessary to sort the files first.

     The following options are available:

     -c      Precede each output line with the count of the number of times
	     the line occurred in the input, followed by a single space.

     -d      Only output lines that are repeated in the input.

     -f num  Ignore the first num fields in each input line when doing comparisons.
  A field is a string of non-blank characters separated
	     from adjacent fields by blanks.  Field numbers are one based,
	     i.e. the first field is field one.

     -s chars
	     Ignore the first chars characters in each input line when doing
	     comparisons.  If specified in conjunction with the -f option, the
	     first chars characters after the first num fields will be
	     ignored.  Character numbers are one based, i.e. the first character
 is character one.

     -u      Only output lines that are not repeated in the input.

     -i      Case insensitive comparison of lines.

ENVIRONMENT    [Toc]    [Back]

     The LANG, LC_ALL, LC_COLLATE and LC_CTYPE environment variables affect
     the execution of uniq as described in environ(7).

DIAGNOSTICS    [Toc]    [Back]

     The uniq utility exits 0 on success, and >0 if an error occurs.

COMPATIBILITY    [Toc]    [Back]

     The historic +number and -number options have been deprecated but are
     still supported in this implementation.

SEE ALSO    [Toc]    [Back]

      
      
     sort(1)

STANDARDS    [Toc]    [Back]

     The uniq utility conforms to IEEE Std 1003.1-2001 (``POSIX.1'') as
     amended by Cor. 1-2002.

HISTORY    [Toc]    [Back]

     A uniq command appeared in Version 3 AT&T UNIX.


FreeBSD 5.2.1			April 12, 2003			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
uniq HP-UX report repeated lines in a file
uniq IRIX report repeated lines in a file
uniq Tru64 Removes or lists repeated lines in a file
paste HP-UX merge same lines of several files or subsequent lines of one file
paste IRIX merge same lines of several files or subsequent lines of one file
paste Tru64 Joins corresponding lines of several files or subsequent lines in one file
ulimit IRIX set or report file size limit
dirname IRIX report the parent directory name of a file pathname
dirname NetBSD report the parent directory name of a file pathname
lmver IRIX report the FLEXlm version of a library or binary file
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service