Home | History | Annotate | Download | only in doc

Lines Matching full:duplicated

94 * uniq -d::                         Print duplicated lines of input
95 * uniq -u:: Remove all duplicated lines
1187 * uniq -d:: Print duplicated lines of input
1188 * uniq -u:: Remove all duplicated lines
1853 4.15 Print Duplicated Lines of Input
1856 This script prints only duplicated lines, like `uniq -d'.
1863 # Print the first of the duplicated lines
1887 4.16 Remove All Duplicated Lines