Lines Matching full:lines
36 .Nd report or filter out repeated lines in a file
52 comparing adjacent lines, and writes a copy of each unique input line to
63 The second and succeeding copies of identical adjacent input lines are
65 Repeated lines in the input will not be detected if they are not adjacent,
79 Output all lines that are repeated (like
84 argument controls how to separate groups of repeated lines in the output;
89 Do not separate groups of lines (this is the default).
91 Output an empty line before each group of lines.
93 Output an empty line after each group of lines.
103 Case insensitive comparison of lines.
117 Only output lines that are not repeated in the input.
158 The following command reports three different lines since identical elements
167 Sort the file and count the number of identical lines:
181 Show repeated lines ignoring case sensitiveness:
187 Same as above but showing the whole group of repeated lines:
194 Report the number of identical lines ignoring the first character of every line: