<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_uniq</id>
		<title>32v 1m uniq - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_uniq"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_uniq&amp;action=history"/>
		<updated>2026-05-06T02:20:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_uniq&amp;diff=7051&amp;oldid=prev</id>
		<title>Neozeed: New page: UNIQ(1)             UNIX Programmer's Manual              UNIQ(1)    == NAME ==      uniq - report repeated lines in a file  == SYNOPSIS ==      uniq [ -udc [ +n ] [ -n ] ] [ input [ outpu...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_uniq&amp;diff=7051&amp;oldid=prev"/>
				<updated>2009-10-26T16:44:05Z</updated>
		
		<summary type="html">&lt;p&gt;New page: UNIQ(1)             UNIX Programmer&amp;#039;s Manual              UNIQ(1)    == NAME ==      uniq - report repeated lines in a file  == SYNOPSIS ==      uniq [ -udc [ +n ] [ -n ] ] [ input [ outpu...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;UNIQ(1)             UNIX Programmer's Manual              UNIQ(1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     uniq - report repeated lines in a file&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     uniq [ -udc [ +n ] [ -n ] ] [ input [ output ] ]&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _U_n_i_q reads the input file comparing adjacent lines.  In the&lt;br /&gt;
     normal case, the second and succeeding copies of repeated&lt;br /&gt;
     lines are removed; the remainder is written on the output&lt;br /&gt;
     file.  Note that repeated lines must be adjacent in order to&lt;br /&gt;
     be found; see _s_o_r_t(1).  If the -u flag is used, just the&lt;br /&gt;
     lines that are not repeated in the original file are output.&lt;br /&gt;
     The -d option specifies that one copy of just the repeated&lt;br /&gt;
     lines is to be written.  The normal mode output is the union&lt;br /&gt;
     of the -u and -d mode outputs.&lt;br /&gt;
&lt;br /&gt;
     The -c option supersedes -u and -d and generates an output&lt;br /&gt;
     report in default style but with each line preceded by a&lt;br /&gt;
     count of the number of times it occurred.&lt;br /&gt;
&lt;br /&gt;
     The _n arguments specify skipping an initial portion of each&lt;br /&gt;
     line in the comparison:&lt;br /&gt;
&lt;br /&gt;
     -_n      The first _n fields together with any blanks before&lt;br /&gt;
             each are ignored.  A field is defined as a string of&lt;br /&gt;
             non-space, non-tab characters separated by tabs and&lt;br /&gt;
             spaces from its neighbors.&lt;br /&gt;
&lt;br /&gt;
     +_n      The first _n characters are ignored.  Fields are&lt;br /&gt;
             skipped before characters.&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
     [[32v 1m sort|sort(1)]], [[32v 1m comm|comm(1)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>