1
0
mirror of https://git.savannah.gnu.org/git/coreutils.git synced 2025-08-07 07:22:55 +03:00
Files
coreutils/man/uniq.x
Erik Auerswald 3ca80461c2 doc: mention uniq(1) in sort(1) man-page and vice versa
* man/sort.x: Add SEE ALSO section with entry uniq(1).
* man/uniq.x: Add sort(1) to SEE ALSO section.
2012-07-22 10:59:36 +02:00

7 lines
136 B
Plaintext

[NAME]
uniq \- report or omit repeated lines
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
comm(1), join(1), sort(1)