Home | History | Annotate | Download | only in doc

Lines Matching full:duplicated

126 * uniq -d::                         Print duplicated lines of input
127 * uniq -u:: Remove all duplicated lines
1645 * uniq -d:: Print duplicated lines of input
1646 * uniq -u:: Remove all duplicated lines
2343 @section Print Duplicated Lines of Input
2345 This script prints only duplicated lines, like @samp{uniq -d}.
2354 # Print the first of the duplicated lines
2378 @section Remove All Duplicated Lines