icon Top 9 categories map      RocketAware >

uniq(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Solaris Others

[IEEE Std1003.2-1992 (``POSIX.2'')]

UNIQ(1)                    OpenBSD Reference Manual                    UNIQ(1)

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



SYNOPSIS
     uniq [-c | -d | -u] [-f fields] [-s chars] [input_file [output_file]]

DESCRIPTION
     The uniq utility reads the standard input comparing adjacent lines and
     writes a copy of each unique input line to the standard output.  The sec-
     ond and succeeding copies of identical adjacent input lines are not writ-
     ten.  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      Don't output lines that are not repeated in the input.

     -f fields
             Ignore the first fields in each input line when doing compar-
             isons.  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 fields fields will be ig-
             nored.  Character numbers are one based, i.e. the first character
             is character one.

     -u      Don't output lines that are repeated in the input.

     If additional arguments are specified on the command line, the first such
     argument is used as the name of an input file, the second is used as the
     name of an output file.

     The uniq utility exits 0 on success or >0 if an error occurred.

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

SEE ALSO
     sort(1)

STANDARDS
     The uniq utility is expected to be IEEE Std1003.2 (``POSIX.2'') compati-
     ble.

OpenBSD 2.6                      June 6, 1993                                1

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for uniq(1)
OpenBSD sources for uniq(1)


[Overview Topics]

Up to: File filtering and processing - Methods of filtering and processing files. (character translation, comparison, search, sort, word counts, etc.)


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Solaris Others

[IEEE Std1003.2-1992 (``POSIX.2'')]




Rapid-Links: Search | About | Comments | Submit Path: RocketAware > uniq.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments