Home | History | Annotate | Download | only in doc

Lines Matching full:duplicated

127 * uniq -d::                         Print duplicated lines of input
128 * uniq -u:: Remove all duplicated lines
1646 * uniq -d:: Print duplicated lines of input
1647 * uniq -u:: Remove all duplicated lines
2478 @section Print Duplicated Lines of Input
2480 This script prints only duplicated lines, like @samp{uniq -d}.
2490 # Print the first of the duplicated lines
2521 @section Remove All Duplicated Lines